feat: load local directories for spellchecking (#6730)

Reviewed-by: pajlada <rasmus.karlsson+github@pajlada.com>
This commit is contained in:
Nerixyz
2026-01-10 13:00:44 +01:00
committed by GitHub
parent 4a56970101
commit b9e2035518
6 changed files with 82 additions and 86 deletions
+2 -2
View File
@@ -361,8 +361,8 @@ public:
"/behaviour/spellChecking/enabled",
false,
};
QStringSetting spellCheckingFallback = {
"/behaviour/spellChecking/systemFallback",
QStringSetting spellCheckingDefaultDictionary = {
"/behaviour/spellChecking/defaultDictionary",
"",
};