Append [installed] to installed mods
Signed-off-by: TheKodeToad <TheKodeToad@proton.me>
This commit is contained in:
parent
6c44a3f6df
commit
6dc16c48a2
1 changed files with 3 additions and 0 deletions
|
@ -68,6 +68,9 @@ void ProjectItemDelegate::paint(QPainter* painter, const QStyleOptionViewItem& o
|
|||
{ // Title painting
|
||||
auto title = index.data(UserDataTypes::TITLE).toString();
|
||||
|
||||
if (index.data(UserDataTypes::INSTALLED).toBool())
|
||||
title += " [installed]";
|
||||
|
||||
painter->save();
|
||||
|
||||
auto font = opt.font;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue