mirror of
https://github.com/qTox/qTox.git
synced 2024-03-22 14:00:36 +08:00
fix(settings): Emit correct signal when spellchecking is updated
This commit is contained in:
parent
cbead16742
commit
6801098651
|
@ -1084,7 +1084,7 @@ void Settings::setSpellCheckingEnabled(bool newValue)
|
||||||
|
|
||||||
if (newValue != spellCheckingEnabled) {
|
if (newValue != spellCheckingEnabled) {
|
||||||
spellCheckingEnabled = newValue;
|
spellCheckingEnabled = newValue;
|
||||||
emit statusChangeNotificationEnabledChanged(statusChangeNotificationEnabled);
|
emit spellCheckingEnabledChanged(spellCheckingEnabled);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue
Block a user