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