added option to disable backup, #2210

This commit is contained in:
zadam
2021-10-11 22:30:23 +02:00
parent 899d9e65fd
commit 8bd7b657f8
8 changed files with 114 additions and 27 deletions

View File

@@ -50,7 +50,10 @@ const ALLOWED_OPTIONS = new Set([
'autoCollapseNoteTree',
'autoReadonlySizeText',
'autoReadonlySizeCode',
'overrideThemeFonts'
'overrideThemeFonts',
'dailyBackupEnabled',
'weeklyBackupEnabled',
'monthlyBackupEnabled',
]);
function getOptions() {