diff options
author | Saturneric <[email protected]> | 2021-12-05 08:13:11 +0000 |
---|---|---|
committer | Saturneric <[email protected]> | 2021-12-05 08:13:11 +0000 |
commit | 70e341143a8fcc9bbe3af20231ba15cf53eebaac (patch) | |
tree | 234892f5ae225d67b24619209cf57636ec9d9b2d /src/ui/settings/SettingsGeneral.cpp | |
parent | Merge branch 'main' into develop (diff) | |
download | GpgFrontend-70e341143a8fcc9bbe3af20231ba15cf53eebaac.tar.gz GpgFrontend-70e341143a8fcc9bbe3af20231ba15cf53eebaac.zip |
Remove rapidjson and Improve update ploicy.
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", |