diff options
author | Saturneric <[email protected]> | 2022-01-12 04:43:30 +0000 |
---|---|---|
committer | Saturneric <[email protected]> | 2022-01-12 04:43:30 +0000 |
commit | a1b49d54338724ca8b6bf1c7e8b0a0e1e7287184 (patch) | |
tree | 9433389e530a75acfbc6deb30bf5dfc85e8bab30 /src/init.cpp | |
parent | <feat>(ui): Added ability to encrypt data object storage (diff) | |
download | GpgFrontend-a1b49d54338724ca8b6bf1c7e8b0a0e1e7287184.tar.gz GpgFrontend-a1b49d54338724ca8b6bf1c7e8b0a0e1e7287184.zip |
<refactor>(ui): Change Sync() to Sync Settings()
Diffstat (limited to '')
-rw-r--r-- | src/init.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/init.cpp b/src/init.cpp index fffaaa1b..30f0b683 100644 --- a/src/init.cpp +++ b/src/init.cpp @@ -94,7 +94,7 @@ void init_locale() { if (!general.exists("lang")) general.add("lang", libconfig::Setting::TypeString) = ""; - GpgFrontend::UI::GlobalSettingStation::GetInstance().Sync(); + GpgFrontend::UI::GlobalSettingStation::GetInstance().SyncSettings(); LOG(INFO) << "current system locale" << setlocale(LC_ALL, nullptr); |