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