mirror of
https://github.com/zadam/trilium.git
synced 2025-01-15 11:39:37 +08:00
Add default setting
This commit is contained in:
parent
500946c10b
commit
e42c527a19
1 changed files with 2 additions and 1 deletions
|
@ -85,7 +85,8 @@ const defaultOptions = [
|
|||
{ name: 'maxContentWidth', value: '1200', isSynced: false },
|
||||
{ name: 'compressImages', value: 'true', isSynced: true },
|
||||
{ name: 'downloadImagesAutomatically', value: 'true', isSynced: true },
|
||||
{ name: 'minTocHeadings', value: '5', isSynced: true }
|
||||
{ name: 'minTocHeadings', value: '5', isSynced: true },
|
||||
{ name: 'checkForUpdates', value: 'true', isSynced: true },
|
||||
];
|
||||
|
||||
function initStartupOptions() {
|
||||
|
|
Loading…
Reference in a new issue