mirror of
https://github.com/zadam/trilium.git
synced 2025-10-29 09:16:45 +01:00
added option to disable backup, #2210
This commit is contained in:
@@ -50,7 +50,10 @@ const ALLOWED_OPTIONS = new Set([
|
||||
'autoCollapseNoteTree',
|
||||
'autoReadonlySizeText',
|
||||
'autoReadonlySizeCode',
|
||||
'overrideThemeFonts'
|
||||
'overrideThemeFonts',
|
||||
'dailyBackupEnabled',
|
||||
'weeklyBackupEnabled',
|
||||
'monthlyBackupEnabled',
|
||||
]);
|
||||
|
||||
function getOptions() {
|
||||
|
||||
Reference in New Issue
Block a user