diff options
author | Saturn&Eric <[email protected]> | 2021-12-05 06:25:17 +0000 |
---|---|---|
committer | Saturneric <[email protected]> | 2021-12-05 07:33:00 +0000 |
commit | c6a0a8db19c92a7c9ca0569e2c24a3503071c574 (patch) | |
tree | 1b9972e825962dd4b4edaa1ab0111679b450328b /src/ui/settings/SettingsGeneral.cpp | |
parent | Update Ci Configurre File (diff) | |
parent | Merge branch 'main' of github.com:saturneric/GpgFrontend (diff) | |
download | GpgFrontend-c6a0a8db19c92a7c9ca0569e2c24a3503071c574.tar.gz GpgFrontend-c6a0a8db19c92a7c9ca0569e2c24a3503071c574.zip |
Merge branch 'main' into develop
1. Fix issues noticed by codacy.
2. Fix CI Configure Files.
3. Modified Porject Configuration.
4. Fixed Error in Source Code.
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", |