fix: Fixed account switch not being saved if no other settings were changed (#5558)
This commit is contained in:
+1
-4
@@ -266,10 +266,7 @@ void runGui(QApplication &a, const Paths &paths, Settings &settings,
|
||||
app.run(a);
|
||||
app.save();
|
||||
|
||||
if (!args.dontSaveSettings)
|
||||
{
|
||||
pajlada::Settings::SettingManager::gSave();
|
||||
}
|
||||
settings.requestSave();
|
||||
|
||||
chatterino::NetworkManager::deinit();
|
||||
|
||||
|
||||
Reference in New Issue
Block a user