Merge pull request #1656 from Trial97/remove_mojang2

This commit is contained in:
Sefa Eyeoglu
2023-10-01 14:32:42 +02:00
committed by GitHub
30 changed files with 11 additions and 1282 deletions

View File

@ -411,7 +411,7 @@ void VersionPage::on_actionDownload_All_triggered()
if (!APPLICATION->accounts()->anyAccountIsValid()) {
CustomMessageBox::selectable(this, tr("Error"),
tr("Cannot download Minecraft or update instances unless you have at least "
"one account added.\nPlease add your Microsoft or Mojang account."),
"one account added.\nPlease add a Microsoft account."),
QMessageBox::Warning)
->show();
return;