feat(client/text): provide a way to disable slash commands

This commit is contained in:
Elian Doran
2025-09-23 20:18:02 +03:00
parent 71ce9c459e
commit 4cc55b02ab
6 changed files with 11 additions and 1 deletions

View File

@@ -127,6 +127,8 @@ export interface OptionDefinitions extends KeyboardShortcutsOptions<KeyboardActi
textNoteEmojiCompletionEnabled: boolean;
/** Whether keyboard auto-completion for notes is triggered when typing `@` in text notes (attribute editing is not affected). */
textNoteCompletionEnabled: boolean;
/** Whether keyboard auto-completion for editing commands is triggered when typing `/`. */
textNoteSlashCommandsEnabled: boolean;
backgroundEffects: boolean;
// Share settings