mirror of
https://github.com/MultiMC/MultiMC5.git
synced 2025-03-14 04:18:29 +00:00
GH-4978 Correctly emit failed when attempting to relogin to msa on osx64
This commit is contained in:
parent
e5b7517d2f
commit
73e1d15ab9
@ -250,6 +250,7 @@ void LaunchController::login() {
|
||||
),
|
||||
QMessageBox::Warning
|
||||
)->exec();
|
||||
emitFailed(tr("Attempted to re-login to a Microsoft account on an unsupported platform"));
|
||||
return;
|
||||
}
|
||||
newAccount = MSALoginDialog::newAccount(
|
||||
|
Loading…
x
Reference in New Issue
Block a user