chore(command_palette): hide system tray from web

This commit is contained in:
Elian Doran 2025-07-28 17:20:02 +03:00
parent de8b7e9ebe
commit ab2d8accf5
No known key found for this signature in database

View File

@ -328,6 +328,7 @@ function getDefaultKeyboardActions() {
friendlyName: t("keyboard_action_names.toggle-system-tray-icon"),
iconClass: "bx bx-show",
defaultShortcuts: [],
isElectronOnly: true,
description: t("keyboard_actions.toggle-tray"),
scope: "window"
},