mirror of
https://github.com/zadam/trilium.git
synced 2025-10-20 15:19:01 +02:00
fix(command_palette): missing icon
This commit is contained in:
parent
82e16a5624
commit
7e3f412c84
@ -128,7 +128,7 @@ function getDefaultKeyboardActions() {
|
|||||||
{
|
{
|
||||||
actionName: "createNoteIntoInbox",
|
actionName: "createNoteIntoInbox",
|
||||||
friendlyName: t("keyboard_action_names.create-note-into-inbox"),
|
friendlyName: t("keyboard_action_names.create-note-into-inbox"),
|
||||||
iconClass: "bx bx-inbox",
|
iconClass: "bx bxs-inbox",
|
||||||
defaultShortcuts: ["global:CommandOrControl+Alt+P"],
|
defaultShortcuts: ["global:CommandOrControl+Alt+P"],
|
||||||
description: t("keyboard_actions.create-note-into-inbox"),
|
description: t("keyboard_actions.create-note-into-inbox"),
|
||||||
scope: "window"
|
scope: "window"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user