diff options
author | Petr Mrázek <peterix@gmail.com> | 2021-08-25 21:27:51 +0200 |
---|---|---|
committer | Petr Mrázek <peterix@gmail.com> | 2021-08-25 21:27:51 +0200 |
commit | 34a5459dcef1adb7eb355bb0f940eb212173857f (patch) | |
tree | 78fd16b1e6cb3c9baa6ce3b275f1cd194efc756c /launcher/pages/global | |
parent | 5c0e70e2376ec64e4ebf3c485decc2aa3d228527 (diff) | |
download | PrismLauncher-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.cpp | 2 |
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); } } |