client: add a launcher to open the command palette

This commit is contained in:
Adorian Doran
2025-11-03 23:44:06 +02:00
parent 8c2354df71
commit 0b01890a11
3 changed files with 11 additions and 1 deletions

View File

@@ -7,6 +7,7 @@ enum Command {
showRecentChanges,
showOptions,
createAiChat,
commandPalette,
toggleZenMode
}
@@ -43,6 +44,7 @@ export interface HiddenSubtreeItem {
| "calendar"
| "quickSearch"
| "aiChatLauncher"
| "commandPalette"
| "toggleZenMode";
command?: keyof typeof Command;
/**