mirror of
https://github.com/PrismLauncher/PrismLauncher.git
synced 2025-05-22 19:09:09 +02:00
Don't show account name for offline accounts
This commit is contained in:
parent
774ed044fc
commit
68d6ce60a9
@ -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…
x
Reference in New Issue
Block a user