feat: add pref to disable note status updates (#1702)

This commit is contained in:
Aman Harwara
2022-09-30 20:34:56 +05:30
committed by GitHub
parent 0fa9f6d7b6
commit 08b70968f2
5 changed files with 149 additions and 39 deletions

View File

@@ -26,4 +26,5 @@ export const PrefDefaults = {
[PrefKey.NoteAddToParentFolders]: true,
[PrefKey.NewNoteTitleFormat]: NewNoteTitleFormat.CurrentDateAndTime,
[PrefKey.CustomNoteTitleFormat]: 'YYYY-MM-DD [at] hh:mm A',
[PrefKey.UpdateSavingStatusIndicator]: true,
} as const