diff options
author | saturneric <[email protected]> | 2023-10-17 18:06:44 +0000 |
---|---|---|
committer | saturneric <[email protected]> | 2023-10-17 18:06:44 +0000 |
commit | 9eb339dd2b463cc86bbeed73e349afe0b3ad7a23 (patch) | |
tree | 7383cb1c44828e33d05d32f07dff595c8e27d380 /src/ui/GpgFrontendUIInit.cpp | |
parent | fix: improve module (diff) | |
download | GpgFrontend-9eb339dd2b463cc86bbeed73e349afe0b3ad7a23.tar.gz GpgFrontend-9eb339dd2b463cc86bbeed73e349afe0b3ad7a23.zip |
refactor: use piml tech to rewrite GlobalSettingsStation
Diffstat (limited to 'src/ui/GpgFrontendUIInit.cpp')
-rw-r--r-- | src/ui/GpgFrontendUIInit.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/ui/GpgFrontendUIInit.cpp b/src/ui/GpgFrontendUIInit.cpp index 03132abc..49bc01fb 100644 --- a/src/ui/GpgFrontendUIInit.cpp +++ b/src/ui/GpgFrontendUIInit.cpp @@ -252,7 +252,7 @@ void ShutdownUILoggingSystem() { void init_locale() { // get the instance of the GlobalSettingStation auto& settings = - GpgFrontend::GlobalSettingStation::GetInstance().GetUISettings(); + GpgFrontend::GlobalSettingStation::GetInstance().GetMainSettings(); // create general settings if not exist if (!settings.exists("general") || |