client: add a launcher for zen mode

This commit is contained in:
Adorian Doran
2025-11-03 17:52:08 +02:00
parent fbb27b512e
commit d650b801e6
3 changed files with 12 additions and 2 deletions

View File

@@ -6,7 +6,8 @@ enum Command {
createNoteIntoInbox,
showRecentChanges,
showOptions,
createAiChat
createAiChat,
toggleZenMode
}
export interface HiddenSubtreeAttribute {
@@ -41,7 +42,8 @@ export interface HiddenSubtreeItem {
| "protectedSession"
| "calendar"
| "quickSearch"
| "aiChatLauncher";
| "aiChatLauncher"
| "toggleZenMode";
command?: keyof typeof Command;
/**
* If set to true, then branches will be enforced to be in the correct place.