Update LaunchController.cpp

This commit is contained in:
graywolf 2023-01-06 12:59:45 +08:00 committed by GitHub
parent aba63c8f00
commit cb81cb9835
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

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