mirror of
https://github.com/zadam/trilium.git
synced 2025-11-03 11:56:01 +01:00
feat(options_init): enable fixed editing toolbar by default for new users
This commit is contained in:
@@ -63,6 +63,7 @@ async function initNotSyncedOptions(initialized: boolean, opts: NotSyncedOpts =
|
|||||||
optionService.createOption("lastSyncedPush", "0", false);
|
optionService.createOption("lastSyncedPush", "0", false);
|
||||||
|
|
||||||
optionService.createOption("theme", "next", false);
|
optionService.createOption("theme", "next", false);
|
||||||
|
optionService.createOption("textNoteEditorType", "ckeditor-classic", true);
|
||||||
|
|
||||||
optionService.createOption("syncServerHost", opts.syncServerHost || "", false);
|
optionService.createOption("syncServerHost", opts.syncServerHost || "", false);
|
||||||
optionService.createOption("syncServerTimeout", "120000", false);
|
optionService.createOption("syncServerTimeout", "120000", false);
|
||||||
|
|||||||
Reference in New Issue
Block a user