diff options
Diffstat (limited to 'src/ui/KeyServerImportDialog.cpp')
-rw-r--r-- | src/ui/KeyServerImportDialog.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/ui/KeyServerImportDialog.cpp b/src/ui/KeyServerImportDialog.cpp index 9a118b93..7c59de6f 100644 --- a/src/ui/KeyServerImportDialog.cpp +++ b/src/ui/KeyServerImportDialog.cpp @@ -594,7 +594,7 @@ void KeyServerImportDialog::slotSaveWindowState() { import_from_keyserver["size"]["height"] = QWidget::height(); } - GlobalSettingStation::GetInstance().Sync(); + GlobalSettingStation::GetInstance().SyncSettings(); } } // namespace GpgFrontend::UI |