summaryrefslogtreecommitdiffstats
path: root/application/pages
diff options
context:
space:
mode:
authorShokara <shokara@snopyta.org>2021-01-04 20:05:46 -0500
committerThomas Groman <tgroman@nuegia.net>2021-01-04 17:14:35 -0800
commit21da6d89658aef25c1def27dc5fa2c4055e6a6f9 (patch)
tree1cf5e3774d0820f30eee3265f49c282061591999 /application/pages
parentb57d6e6353a3048a4052201bf2a56bea00d94b0a (diff)
downloadMultiMC-tom.tar
MultiMC-tom.tar.gz
MultiMC-tom.tar.lz
MultiMC-tom.tar.xz
MultiMC-tom.zip
add offline account supportHEADtom
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 <shokara@snopyta.org>
Diffstat (limited to 'application/pages')
-rw-r--r--application/pages/global/AccountListPage.cpp2
1 files changed, 1 insertions, 1 deletions
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()