mirror of
https://github.com/PrismLauncher/PrismLauncher.git
synced 2026-06-30 10:29:59 +03:00
Instance flags. Currently used for marking instances as broken. Can later be used for badges.
This commit is contained in:
parent
4e8be668cb
commit
0b56b5efaf
10 changed files with 83 additions and 10 deletions
|
|
@ -23,6 +23,10 @@ NostalgiaInstance::NostalgiaInstance(const QString &rootDir, SettingsObject *set
|
|||
|
||||
QString NostalgiaInstance::getStatusbarDescription()
|
||||
{
|
||||
if (flags() & VersionBrokenFlag)
|
||||
{
|
||||
return "Nostalgia : " + intendedVersionId() + " (broken)";
|
||||
}
|
||||
return "Nostalgia : " + intendedVersionId();
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue