feat(options_init): enable fixed editing toolbar by default for new users

pull/1008/head
Elian Doran 2025-01-18 19:38:41 +07:00
parent 5899ba9a57
commit 658317799d
No known key found for this signature in database
1 changed files with 1 additions and 0 deletions

@ -63,6 +63,7 @@ async function initNotSyncedOptions(initialized: boolean, opts: NotSyncedOpts =
optionService.createOption("lastSyncedPush", "0", false);
optionService.createOption("theme", "next", false);
optionService.createOption("textNoteEditorType", "ckeditor-classic", true);
optionService.createOption("syncServerHost", opts.syncServerHost || "", false);
optionService.createOption("syncServerTimeout", "120000", false);