mirror of
https://github.com/UltimMC/Launcher.git
synced 2025-10-03 16:51:30 +00:00
GH-4978 Correctly emit failed when attempting to relogin to msa on osx64
This commit is contained in:
@@ -250,6 +250,7 @@ void LaunchController::login() {
|
|||||||
),
|
),
|
||||||
QMessageBox::Warning
|
QMessageBox::Warning
|
||||||
)->exec();
|
)->exec();
|
||||||
|
emitFailed(tr("Attempted to re-login to a Microsoft account on an unsupported platform"));
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
newAccount = MSALoginDialog::newAccount(
|
newAccount = MSALoginDialog::newAccount(
|
||||||
|
Reference in New Issue
Block a user