Merge pull request #2072 from vanndoublen/feature/custom-datetime-format

Feature/custom datetime format
This commit is contained in:
SngAbc
2025-05-31 21:50:26 +08:00
committed by GitHub
7 changed files with 129 additions and 5 deletions

View File

@@ -47,6 +47,7 @@ export interface OptionDefinitions extends KeyboardShortcutsOptions<KeyboardActi
passwordDerivedKeySalt: string;
encryptedDataKey: string;
hoistedNoteId: string;
customDateTimeFormatString: string;
// Multi-Factor Authentication
mfaEnabled: boolean;