fix: MSA = Microsoft Authentication

This commit is contained in:
Sefa Eyeoglu
2022-02-12 21:09:25 +01:00
parent 159d868b77
commit a309f4e721
2 changed files with 4 additions and 4 deletions

View File

@ -75,7 +75,7 @@ AccountListPage::AccountListPage(QWidget *parent)
// Xbox authentication won't work without a client identifier, so disable the button if it is missing
if (APPLICATION->getMSAClientID().isEmpty()) {
ui->actionAddMicrosoft->setVisible(false);
ui->actionAddMicrosoft->setToolTip(tr("No Microsoft Secured Account client ID was set."));
ui->actionAddMicrosoft->setToolTip(tr("No Microsoft Authentication client ID was set."));
}
}