mirror of
https://github.com/PrismLauncher/PrismLauncher.git
synced 2025-06-13 05:37:42 +02:00
Fix the AccountList code
Signed-off-by: PandaNinjas <admin@malwarefight.wip.la>
This commit is contained in:
@ -328,7 +328,7 @@ QVariant AccountList::data(const QModelIndex &index, int role) const
|
|||||||
case AccountState::Gone: {
|
case AccountState::Gone: {
|
||||||
return tr("Gone", "Account status");
|
return tr("Gone", "Account status");
|
||||||
}
|
}
|
||||||
case default: {
|
default: {
|
||||||
return tr("Unknown", "Account status");
|
return tr("Unknown", "Account status");
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user