diff options
| author | Petr Mrázek <peterix@gmail.com> | 2014-09-06 21:01:23 +0200 |
|---|---|---|
| committer | Petr Mrázek <peterix@gmail.com> | 2014-09-06 21:01:23 +0200 |
| commit | b00e63dbe8d0acaae503e63d614ee20b9e9ede2e (patch) | |
| tree | adc9a8442d20fe717879224036ee0b768dfa392d /gui/groupview | |
| parent | 20cb97a35af5097e9d3b2062c0dfcb5f2e5fff5c (diff) | |
| download | PrismLauncher-b00e63dbe8d0acaae503e63d614ee20b9e9ede2e.tar.gz PrismLauncher-b00e63dbe8d0acaae503e63d614ee20b9e9ede2e.tar.bz2 PrismLauncher-b00e63dbe8d0acaae503e63d614ee20b9e9ede2e.zip | |
More sync from quickmods
Also a small VersionSelectDialog refactor
Diffstat (limited to 'gui/groupview')
| -rw-r--r-- | gui/groupview/InstanceDelegate.cpp | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/gui/groupview/InstanceDelegate.cpp b/gui/groupview/InstanceDelegate.cpp index e49e1552..a8e5ee83 100644 --- a/gui/groupview/InstanceDelegate.cpp +++ b/gui/groupview/InstanceDelegate.cpp @@ -118,6 +118,10 @@ void drawBadges(QPainter *painter, const QStyleOptionViewItemV4 &option, BaseIns { pixmaps.append("broken"); } + if (flags & BaseInstance::UpdateAvailable) + { + pixmaps.append("updateavailable"); + } // begin easter eggs if (instance->name().contains("btw", Qt::CaseInsensitive) || |
