diff options
Diffstat (limited to '')
-rw-r--r-- | src/ui/settings/SettingsGeneral.cpp | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/src/ui/settings/SettingsGeneral.cpp b/src/ui/settings/SettingsGeneral.cpp index 98610e12..4f9bfbae 100644 --- a/src/ui/settings/SettingsGeneral.cpp +++ b/src/ui/settings/SettingsGeneral.cpp @@ -34,7 +34,6 @@ #include "GlobalSettingStation.h" #include "gpg/function/GpgKeyGetter.h" -#include "rapidjson/prettywriter.h" #include "ui/widgets/KeyList.h" namespace GpgFrontend::UI { @@ -282,7 +281,7 @@ void GeneralTab::applySettings() { general["lang"] = lang.key(langSelectBox->currentText()).toStdString(); } #endif - + #ifdef SERVER_SUPPORT settings.setValue( "general/ownKeyId", |