mirror of
https://github.com/zadam/trilium.git
synced 2025-10-28 00:36:33 +01:00
spell check support + small options tabs reorganization
This commit is contained in:
@@ -177,3 +177,7 @@ entrypoints.registerEntrypoints();
|
||||
noteTooltipService.setupGlobalTooltip();
|
||||
|
||||
noteAutocompleteService.init();
|
||||
|
||||
if (utils.isElectron()) {
|
||||
import("./services/spell_check.js").then(spellCheckService => spellCheckService.initSpellCheck());
|
||||
}
|
||||
Reference in New Issue
Block a user