aboutsummaryrefslogtreecommitdiff
path: root/launcher/pages/global
diff options
context:
space:
mode:
authorPetr Mrázek <peterix@gmail.com>2021-08-25 21:27:51 +0200
committerPetr Mrázek <peterix@gmail.com>2021-08-25 21:27:51 +0200
commit34a5459dcef1adb7eb355bb0f940eb212173857f (patch)
tree78fd16b1e6cb3c9baa6ce3b275f1cd194efc756c /launcher/pages/global
parent5c0e70e2376ec64e4ebf3c485decc2aa3d228527 (diff)
downloadPrismLauncher-34a5459dcef1adb7eb355bb0f940eb212173857f.tar.gz
PrismLauncher-34a5459dcef1adb7eb355bb0f940eb212173857f.tar.bz2
PrismLauncher-34a5459dcef1adb7eb355bb0f940eb212173857f.zip
NOISSUE cut down Requestor
Diffstat (limited to 'launcher/pages/global')
-rw-r--r--launcher/pages/global/AccountListPage.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/launcher/pages/global/AccountListPage.cpp b/launcher/pages/global/AccountListPage.cpp
index 286bbeec..d71b942e 100644
--- a/launcher/pages/global/AccountListPage.cpp
+++ b/launcher/pages/global/AccountListPage.cpp
@@ -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);
}
}