NOISSUE account tweaks

This commit is contained in:
Petr Mrázek
2021-12-08 01:22:57 +01:00
parent 90a62c429a
commit dba4c452e0
3 changed files with 10 additions and 0 deletions

View File

@ -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;