Don't show account name for offline accounts

This commit is contained in:
Gingeh 2022-06-29 18:42:01 +10:00
parent 774ed044fc
commit 68d6ce60a9

View File

@ -473,7 +473,7 @@ QString AccountData::accountDisplayString() const {
return userName(); return userName();
} }
case AccountType::Offline: { case AccountType::Offline: {
return userName(); return "<Offline>";
} }
case AccountType::MSA: { case AccountType::MSA: {
if(xboxApiToken.extra.contains("gtg")) { if(xboxApiToken.extra.contains("gtg")) {