mirror of
https://github.com/UltimMC/Launcher.git
synced 2026-01-04 06:26:46 +00:00
NOISSUE cut down Requestor
This commit is contained in:
@@ -73,7 +73,7 @@ AccountListPage::AccountListPage(QWidget *parent)
|
||||
// Xbox authentication won't work without a client identifier, so disable the button
|
||||
// if the build didn't specify one (GH-4012)
|
||||
if (BuildConfig.MSA_CLIENT_ID.isEmpty()) {
|
||||
ui->actionAddMicrosoft->setEnabled(false);
|
||||
ui->actionAddMicrosoft->setVisible(false);
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user