mirror of
https://gitlab.linphone.org/BC/public/linphone-desktop.git
synced 2026-01-24 23:28:09 +00:00
Deactivate spellchecker by default.
This commit is contained in:
parent
e530366a46
commit
5fcde6ca26
1 changed files with 1 additions and 1 deletions
|
|
@ -1579,7 +1579,7 @@ void SettingsModel::setSpellCheckerOverrideLocale (const QString &locale) {
|
|||
}
|
||||
|
||||
bool SettingsModel::getSpellCheckerEnabled() const{
|
||||
return mConfig->getBool(UiSection, "spell_checker_enabled", true);
|
||||
return mConfig->getBool(UiSection, "spell_checker_enabled", false);
|
||||
}
|
||||
|
||||
void SettingsModel::setSpellCheckerEnabled(bool enable){
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue