fix: Fixed account switch not being saved if no other settings were changed (#5558)

This commit is contained in:
pajlada
2024-08-24 15:02:08 +02:00
committed by GitHub
parent aa048b3793
commit 9f588b7406
17 changed files with 69 additions and 73 deletions
+3 -1
View File
@@ -435,8 +435,10 @@ void SettingsDialog::onOkClicked()
if (!getApp()->getArgs().dontSaveSettings)
{
getApp()->getCommands()->save();
pajlada::Settings::SettingManager::gSave();
}
getSettings()->requestSave();
this->close();
}