mirror of
https://github.com/zadam/trilium.git
synced 2025-11-03 03:46:37 +01:00
create "disableTray" option
This commit is contained in:
@@ -88,6 +88,7 @@ const defaultOptions = [
|
||||
{ name: 'downloadImagesAutomatically', value: 'true', isSynced: true },
|
||||
{ name: 'minTocHeadings', value: '5', isSynced: true },
|
||||
{ name: 'checkForUpdates', value: 'true', isSynced: true },
|
||||
{ name: 'disableTray', value: 'false', isSynced: false },
|
||||
];
|
||||
|
||||
function initStartupOptions() {
|
||||
|
||||
Reference in New Issue
Block a user