feat: linux-only system dictionary spell checking (#6703)
Reviewed-by: Nerixyz <nerixdev@outlook.de>
This commit is contained in:
@@ -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 = {
|
||||
|
||||
Reference in New Issue
Block a user