From 14ad720c5899300bfaa13d34bf2ca8e416d26b77 Mon Sep 17 00:00:00 2001 From: Trial97 Date: Mon, 16 Sep 2024 21:58:09 +0300 Subject: [PATCH] fix conflict Signed-off-by: Trial97 --- launcher/LaunchController.cpp | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/launcher/LaunchController.cpp b/launcher/LaunchController.cpp index d49e9e8ba..e736135fa 100644 --- a/launcher/LaunchController.cpp +++ b/launcher/LaunchController.cpp @@ -324,8 +324,7 @@ bool LaunchController::reauthenticateCurrentAccount() bool isDefault = accounts->defaultAccount() == m_accountToUse; accounts->removeAccount(accounts->index(accounts->findAccountByProfileId(m_accountToUse->profileId()))); if (m_accountToUse->accountType() == AccountType::MSA) { - auto newAccount = - MSALoginDialog::newAccount(m_parentWidget, tr("Please enter your Mojang account email and password to add your account.")); + auto newAccount = MSALoginDialog::newAccount(m_parentWidget); accounts->addAccount(newAccount); if (isDefault) { accounts->setDefaultAccount(newAccount);