config: save on preferences dialog accept

This commit is contained in:
itsmattkc
2022-05-14 15:02:32 -07:00
parent c75ee6014c
commit 8853665187
7 changed files with 35 additions and 22 deletions
+1 -1
View File
@@ -368,7 +368,7 @@ void Core::DialogImportShow()
void Core::DialogPreferencesShow()
{
PreferencesDialog pd(main_window_, main_window_->menuBar());
PreferencesDialog pd(main_window_);
pd.exec();
}