Localize account type in account list
Signed-off-by: LocalSpook <56512186+LocalSpook@users.noreply.github.com>
This commit is contained in:
parent
38d77b58cd
commit
9d972ccc63
6 changed files with 24 additions and 9 deletions
|
@ -118,9 +118,7 @@ class MinecraftAccount : public QObject, public Usable {
|
|||
|
||||
bool isActive() const;
|
||||
|
||||
bool isMSA() const { return data.type == AccountType::MSA; }
|
||||
|
||||
bool isOffline() const { return data.type == AccountType::Offline; }
|
||||
[[nodiscard]] AccountType accountType() const noexcept { return data.type; }
|
||||
|
||||
bool ownsMinecraft() const { return data.minecraftEntitlement.ownsMinecraft; }
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue