mirror of
https://github.com/zadam/trilium.git
synced 2025-11-11 14:20:36 +08:00
fix(command_palette): missing icon
This commit is contained in:
parent
82e16a5624
commit
7e3f412c84
1 changed files with 1 additions and 1 deletions
|
|
@ -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…
Add table
Reference in a new issue