Always check Microsoft account for offline account

Signed-off-by: TheKodeToad <TheKodeToad@proton.me>
This commit is contained in:
TheKodeToad
2025-02-13 19:12:50 +00:00
parent 79180db663
commit 3840d8a37a
2 changed files with 66 additions and 52 deletions

View File

@ -78,7 +78,7 @@ class LaunchController : public Task {
void decideAccount();
bool askPlayDemo();
QString askOfflineName(QString playerName, bool demo, bool& ok);
bool reauthenticateCurrentAccount();
bool reauthenticateAccount(MinecraftAccountPtr account);
private slots:
void readyForLaunch();