aboutsummaryrefslogtreecommitdiffstats
path: root/src/ui/settings/GlobalSettingStation.cpp
diff options
context:
space:
mode:
authorSaturneric <[email protected]>2022-01-12 04:43:30 +0000
committerSaturneric <[email protected]>2022-01-12 04:43:30 +0000
commita1b49d54338724ca8b6bf1c7e8b0a0e1e7287184 (patch)
tree9433389e530a75acfbc6deb30bf5dfc85e8bab30 /src/ui/settings/GlobalSettingStation.cpp
parent<feat>(ui): Added ability to encrypt data object storage (diff)
downloadGpgFrontend-a1b49d54338724ca8b6bf1c7e8b0a0e1e7287184.tar.gz
GpgFrontend-a1b49d54338724ca8b6bf1c7e8b0a0e1e7287184.zip
<refactor>(ui): Change Sync() to Sync Settings()
Diffstat (limited to '')
-rw-r--r--src/ui/settings/GlobalSettingStation.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/ui/settings/GlobalSettingStation.cpp b/src/ui/settings/GlobalSettingStation.cpp
index 259fe96f..42383bee 100644
--- a/src/ui/settings/GlobalSettingStation.cpp
+++ b/src/ui/settings/GlobalSettingStation.cpp
@@ -43,7 +43,7 @@ GpgFrontend::UI::GlobalSettingStation::GetInstance() {
return *_instance;
}
-void GpgFrontend::UI::GlobalSettingStation::Sync() noexcept {
+void GpgFrontend::UI::GlobalSettingStation::SyncSettings() noexcept {
using namespace libconfig;
try {
ui_cfg.writeFile(ui_config_path.string().c_str());