diff options
author | Shokara <shokara@snopyta.org> | 2021-01-04 20:05:46 -0500 |
---|---|---|
committer | Thomas Groman <tgroman@nuegia.net> | 2021-01-04 17:14:35 -0800 |
commit | 21da6d89658aef25c1def27dc5fa2c4055e6a6f9 (patch) | |
tree | 1cf5e3774d0820f30eee3265f49c282061591999 /application/pages/global/AccountListPage.cpp | |
parent | b57d6e6353a3048a4052201bf2a56bea00d94b0a (diff) | |
download | MultiMC-21da6d89658aef25c1def27dc5fa2c4055e6a6f9.tar MultiMC-21da6d89658aef25c1def27dc5fa2c4055e6a6f9.tar.gz MultiMC-21da6d89658aef25c1def27dc5fa2c4055e6a6f9.tar.lz MultiMC-21da6d89658aef25c1def27dc5fa2c4055e6a6f9.tar.xz MultiMC-21da6d89658aef25c1def27dc5fa2c4055e6a6f9.zip |
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/global/AccountListPage.cpp')
-rw-r--r-- | application/pages/global/AccountListPage.cpp | 2 |
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() |