Created
June 28, 2023 08:25
-
-
Save 0x1d107/3107a8ba9fb8c767ab0b695cba9e6a47 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| diff --git a/launcher/ui/pages/global/AccountListPage.cpp b/launcher/ui/pages/global/AccountListPage.cpp | |
| index 278f45c4..0ca0de7d 100644 | |
| --- a/launcher/ui/pages/global/AccountListPage.cpp | |
| +++ b/launcher/ui/pages/global/AccountListPage.cpp | |
| @@ -198,7 +198,7 @@ void AccountListPage::on_actionAddOffline_triggered() | |
| "If you have lost your account you can contact Microsoft for support." | |
| ) | |
| ); | |
| - return; | |
| + //return; | |
| } | |
| MinecraftAccountPtr account = OfflineLoginDialog::newAccount( |
Author
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Or just revert commit e0a04c50316089b9a443355394c5babf39a1771d
Or use
echo '{"accounts": [{"entitlement": {"canPlayMinecraft": true,"ownsMinecraft": true},"type": "Offline"}],"formatVersion": 3}' > ~/.local/share/PrismLauncher/accounts.jsonOr use (flatpack version)
echo '{"accounts": [{"entitlement": {"canPlayMinecraft": true,"ownsMinecraft": true},"type": "Offline"}],"formatVersion": 3}' > ~/.var/app/org.prismlauncher.PrismLauncher/data/PrismLauncher/accounts.json