mirror of
https://github.com/zadam/trilium.git
synced 2025-10-20 23:29:02 +02:00
fix(command_palette): find in text not shown
This commit is contained in:
parent
5b074c2e22
commit
baf341b312
@ -759,7 +759,6 @@ function getDefaultKeyboardActions() {
|
|||||||
friendlyName: t("keyboard_action_names.find-in-text"),
|
friendlyName: t("keyboard_action_names.find-in-text"),
|
||||||
iconClass: "bx bx-search",
|
iconClass: "bx bx-search",
|
||||||
defaultShortcuts: isElectron ? ["CommandOrControl+F"] : [],
|
defaultShortcuts: isElectron ? ["CommandOrControl+F"] : [],
|
||||||
isElectronOnly: true,
|
|
||||||
description: t("keyboard_actions.find-in-text"),
|
description: t("keyboard_actions.find-in-text"),
|
||||||
scope: "window"
|
scope: "window"
|
||||||
},
|
},
|
||||||
|
Loading…
x
Reference in New Issue
Block a user