diff options
Diffstat (limited to 'src/ui/settings/SettingsGeneral.cpp')
-rw-r--r-- | src/ui/settings/SettingsGeneral.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/ui/settings/SettingsGeneral.cpp b/src/ui/settings/SettingsGeneral.cpp index e6ee5499..98610e12 100644 --- a/src/ui/settings/SettingsGeneral.cpp +++ b/src/ui/settings/SettingsGeneral.cpp @@ -280,9 +280,9 @@ void GeneralTab::applySettings() { lang.key(langSelectBox->currentText()).toStdString(); else { general["lang"] = lang.key(langSelectBox->currentText()).toStdString(); -#endif } - +#endif + #ifdef SERVER_SUPPORT settings.setValue( "general/ownKeyId", |