feat: linux-only system dictionary spell checking (#6703)

Reviewed-by: Nerixyz <nerixdev@outlook.de>
This commit is contained in:
pajlada
2026-01-04 11:13:30 +01:00
committed by GitHub
parent 0f58bc3410
commit 5dda451238
7 changed files with 232 additions and 23 deletions
+8 -2
View File
@@ -353,8 +353,14 @@ public:
false,
};
BoolSetting enableSpellChecking = {"/behaviour/spellChecking/enabled",
false};
BoolSetting enableSpellChecking = {
"/behaviour/spellChecking/enabled",
false,
};
QStringSetting spellCheckingFallback = {
"/behaviour/spellChecking/systemFallback",
"",
};
FloatSetting pauseOnHoverDuration = {"/behaviour/pauseOnHoverDuration", 0};
EnumSetting<Qt::KeyboardModifier> pauseChatModifier = {