add option to disable auto-download of images for offline storage, #2859

This commit is contained in:
zadam
2022-05-21 14:00:53 +02:00
parent 2085dc5ed4
commit 819cf0907d
4 changed files with 32 additions and 8 deletions

View File

@@ -55,7 +55,8 @@ const ALLOWED_OPTIONS = new Set([
'weeklyBackupEnabled',
'monthlyBackupEnabled',
'maxContentWidth',
'compressImages'
'compressImages',
'downloadImagesAutomatically'
]);
function getOptions() {