mirror of
https://github.com/zadam/trilium.git
synced 2025-11-03 20:06:08 +01:00
add option to disable auto-download of images for offline storage, #2859
This commit is contained in:
@@ -55,7 +55,8 @@ const ALLOWED_OPTIONS = new Set([
|
||||
'weeklyBackupEnabled',
|
||||
'monthlyBackupEnabled',
|
||||
'maxContentWidth',
|
||||
'compressImages'
|
||||
'compressImages',
|
||||
'downloadImagesAutomatically'
|
||||
]);
|
||||
|
||||
function getOptions() {
|
||||
|
||||
Reference in New Issue
Block a user