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
|
||||
)->exec();
|
||||
emitFailed(tr("Attempted to re-login to a Microsoft account on an unsupported platform"));
|
||||
return;
|
||||
}
|
||||
newAccount = MSALoginDialog::newAccount(
|
||||
|
Reference in New Issue
Block a user