From 21da6d89658aef25c1def27dc5fa2c4055e6a6f9 Mon Sep 17 00:00:00 2001 From: Shokara Date: Mon, 4 Jan 2021 20:05:46 -0500 Subject: add offline account support I added the offline patch from my MultiMC repo[1]. The only change I made compared to my fork was adding an extra sentence in the account adder dialog that the password needs to be blank for an offline account. Signed-off-by: Shokara --- application/pages/global/AccountListPage.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'application/pages/global') diff --git a/application/pages/global/AccountListPage.cpp b/application/pages/global/AccountListPage.cpp index c14134f3..240fa33a 100644 --- a/application/pages/global/AccountListPage.cpp +++ b/application/pages/global/AccountListPage.cpp @@ -104,7 +104,7 @@ void AccountListPage::listChanged() void AccountListPage::on_actionAdd_triggered() { addAccount(tr("Please enter your Mojang or Minecraft account username and password to add " - "your account.")); + "your account.\nLeave password blank for an offline account.")); } void AccountListPage::on_actionRemove_triggered() -- cgit v1.2.3