fix: Fixed account switch not being saved if no other settings were changed (#5558)
This commit is contained in:
@@ -435,8 +435,10 @@ void SettingsDialog::onOkClicked()
|
||||
if (!getApp()->getArgs().dontSaveSettings)
|
||||
{
|
||||
getApp()->getCommands()->save();
|
||||
pajlada::Settings::SettingManager::gSave();
|
||||
}
|
||||
|
||||
getSettings()->requestSave();
|
||||
|
||||
this->close();
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user