Merge pull request #5032 from graytoowolf/patch-1

When re-logging in when the repair account expires, it still prompts that the account has expired
This commit is contained in:
Petr Mrázek
2023-01-13 18:44:38 +01:00
committed by GitHub

View File

@@ -268,6 +268,7 @@ void LaunchController::login() {
if (isDefault) {
accounts->setDefaultAccount(newAccount);
}
m_accountToUse = nullptr;
decideAccount();
continue;
} else {