refactor(command_palette): unnecessary icon mapping

This commit is contained in:
Elian Doran
2025-07-27 21:18:00 +03:00
parent 964bc74b83
commit b6f55b0e1a
2 changed files with 2 additions and 61 deletions

View File

@@ -762,7 +762,7 @@ function getDefaultKeyboardActions() {
{
actionName: "toggleLeftPane",
friendlyName: t("keyboard_action_names.toggle-left-pane"),
iconClass: "bx bx-dock-left",
iconClass: "bx bx-sidebar",
defaultShortcuts: [],
description: t("keyboard_actions.toggle-left-note-tree-panel"),
scope: "window"