aboutsummaryrefslogtreecommitdiffstats
path: root/src/ui/Wizard.cpp
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--src/ui/Wizard.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/ui/Wizard.cpp b/src/ui/Wizard.cpp
index a8576627..78cea649 100644
--- a/src/ui/Wizard.cpp
+++ b/src/ui/Wizard.cpp
@@ -69,7 +69,7 @@ void Wizard::slotWizardAccepted() {
} else {
wizard["show_wizard"] = false;
}
- GlobalSettingStation::GetInstance().Sync();
+ GlobalSettingStation::GetInstance().SyncSettings();
} catch (...) {
LOG(ERROR) << _("Setting Operation Error");
}