chore(client/ts): port options

This commit is contained in:
Elian Doran
2025-01-11 11:40:22 +02:00
parent 7e61af1cc3
commit 05529b84ab
9 changed files with 150 additions and 75 deletions

View File

@@ -69,6 +69,7 @@ export interface OptionDefinitions extends KeyboardShortcutsOptions<KeyboardActi
firstDayOfWeek: number;
initialized: boolean;
isPasswordSet: boolean;
overrideThemeFonts: boolean;
spellCheckEnabled: boolean;
autoFixConsistencyIssues: boolean;