mirror of
https://github.com/zadam/trilium.git
synced 2025-11-18 03:00:41 +01:00
tweaks to similar notes + missing options init
This commit is contained in:
@@ -74,6 +74,7 @@ async function initNotSyncedOptions(initialized, startNotePath = 'root', opts =
|
||||
await optionService.createOption('linkMapWidget', '{"enabled":true,"expanded":true,"position":30}', false);
|
||||
await optionService.createOption('noteRevisionsWidget', '{"enabled":true,"expanded":true,"position":40}', false);
|
||||
await optionService.createOption('whatLinksHereWidget', '{"enabled":false,"expanded":true,"position":50}', false);
|
||||
await optionService.createOption('similarNotesWidget', '{"enabled":true,"expanded":true,"position":60}', false);
|
||||
|
||||
await optionService.createOption('initialized', initialized ? 'true' : 'false', false);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user