Fix the AccountList code

Signed-off-by: PandaNinjas <admin@malwarefight.wip.la>
This commit is contained in:
PandaNinjas
2023-06-07 18:12:46 -04:00
parent c225ecbb55
commit 5d425ecc02

View File

@ -328,7 +328,7 @@ QVariant AccountList::data(const QModelIndex &index, int role) const
case AccountState::Gone: {
return tr("Gone", "Account status");
}
case default: {
default: {
return tr("Unknown", "Account status");
}
}