fix(command_palette): missing icon

This commit is contained in:
Elian Doran 2025-07-27 20:41:01 +03:00
parent 82e16a5624
commit 7e3f412c84
No known key found for this signature in database

View File

@ -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"