aboutsummaryrefslogtreecommitdiff
path: root/launcher/ui/pages/global/AccountListPage.cpp
diff options
context:
space:
mode:
authorTrial97 <alexandru.tripon97@gmail.com>2023-07-19 12:26:12 +0300
committerTrial97 <alexandru.tripon97@gmail.com>2023-07-19 12:26:12 +0300
commitf046bd7d500c16f530db48f9da5b0809a02b7519 (patch)
treee87c08a1042566236b64cebed8dde9728f49046f /launcher/ui/pages/global/AccountListPage.cpp
parentec32618e1158beba1cf5b4c91c3835a233eceeeb (diff)
parent593f45298614843c14acb11994320f90a474c750 (diff)
downloadPrismLauncher-f046bd7d500c16f530db48f9da5b0809a02b7519.tar.gz
PrismLauncher-f046bd7d500c16f530db48f9da5b0809a02b7519.tar.bz2
PrismLauncher-f046bd7d500c16f530db48f9da5b0809a02b7519.zip
Merge branch 'develop' of https://github.com/PrismLauncher/PrismLauncher into catpacks
Diffstat (limited to 'launcher/ui/pages/global/AccountListPage.cpp')
-rw-r--r--launcher/ui/pages/global/AccountListPage.cpp13
1 files changed, 0 insertions, 13 deletions
diff --git a/launcher/ui/pages/global/AccountListPage.cpp b/launcher/ui/pages/global/AccountListPage.cpp
index 278f45c4..fced5ff4 100644
--- a/launcher/ui/pages/global/AccountListPage.cpp
+++ b/launcher/ui/pages/global/AccountListPage.cpp
@@ -159,19 +159,6 @@ void AccountListPage::on_actionAddMojang_triggered()
void AccountListPage::on_actionAddMicrosoft_triggered()
{
- if(BuildConfig.BUILD_PLATFORM == "osx64") {
- CustomMessageBox::selectable(
- this,
- tr("Microsoft Accounts not available"),
- //: %1 refers to the launcher itself
- tr(
- "Microsoft accounts are only usable on macOS 10.13 or newer, with fully updated %1.\n\n"
- "Please update both your operating system and %1."
- ).arg(BuildConfig.LAUNCHER_DISPLAYNAME),
- QMessageBox::Warning
- )->exec();
- return;
- }
MinecraftAccountPtr account = MSALoginDialog::newAccount(
this,
tr("Please enter your Mojang account email and password to add your account.")