From dba4c452e07cafa0dd0f14ed2d1c031d6dc58f33 Mon Sep 17 00:00:00 2001 From: Petr Mrázek Date: Wed, 8 Dec 2021 01:22:57 +0100 Subject: NOISSUE account tweaks --- launcher/minecraft/auth/AccountData.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'launcher/minecraft/auth/AccountData.h') diff --git a/launcher/minecraft/auth/AccountData.h b/launcher/minecraft/auth/AccountData.h index fa42747e..abf84e43 100644 --- a/launcher/minecraft/auth/AccountData.h +++ b/launcher/minecraft/auth/AccountData.h @@ -74,6 +74,8 @@ struct AccountData { QString profileId() const; QString profileName() const; + QString lastError() const; + AccountType type = AccountType::MSA; bool legacy = false; bool canMigrateToMSA = false; -- cgit