Merge branch 'develop' into feature/MFA

This commit is contained in:
Jin
2025-03-22 14:38:22 +01:00
30 changed files with 414 additions and 143 deletions

View File

@@ -49,6 +49,7 @@ export interface OptionDefinitions extends KeyboardShortcutsOptions<KeyboardActi
encryptedRecoveryCodes: boolean;
userSubjectIdentifierSaved: boolean;
oAuthEnabled: boolean;
hoistedNoteId: string;
lastSyncedPull: number;
lastSyncedPush: number;
@@ -77,6 +78,9 @@ export interface OptionDefinitions extends KeyboardShortcutsOptions<KeyboardActi
firstDayOfWeek: number;
languages: string;
// Appearance
splitEditorOrientation: "horziontal" | "vertical";
initialized: boolean;
isPasswordSet: boolean;
overrideThemeFonts: boolean;