mirror of
https://github.com/MultiMC/MultiMC5.git
synced 2024-11-20 08:10:11 +00:00
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:
commit
1f1cdbe0a8
@ -268,6 +268,7 @@ void LaunchController::login() {
|
||||
if (isDefault) {
|
||||
accounts->setDefaultAccount(newAccount);
|
||||
}
|
||||
m_accountToUse = nullptr;
|
||||
decideAccount();
|
||||
continue;
|
||||
} else {
|
||||
|
Loading…
Reference in New Issue
Block a user