Don't show account name for offline accounts
This commit is contained in:
parent
774ed044fc
commit
68d6ce60a9
1 changed files with 1 additions and 1 deletions
|
@ -473,7 +473,7 @@ QString AccountData::accountDisplayString() const {
|
|||
return userName();
|
||||
}
|
||||
case AccountType::Offline: {
|
||||
return userName();
|
||||
return "<Offline>";
|
||||
}
|
||||
case AccountType::MSA: {
|
||||
if(xboxApiToken.extra.contains("gtg")) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue