fix(command_palette): find in text not shown

This commit is contained in:
Elian Doran 2025-07-30 22:47:11 +03:00
parent 5b074c2e22
commit baf341b312
No known key found for this signature in database

View File

@ -759,7 +759,6 @@ function getDefaultKeyboardActions() {
friendlyName: t("keyboard_action_names.find-in-text"),
iconClass: "bx bx-search",
defaultShortcuts: isElectron ? ["CommandOrControl+F"] : [],
isElectronOnly: true,
description: t("keyboard_actions.find-in-text"),
scope: "window"
},