mirror of
https://github.com/PrismLauncher/PrismLauncher.git
synced 2025-05-28 21:00:20 +02:00
Append [installed] to installed mods
Signed-off-by: TheKodeToad <TheKodeToad@proton.me>
This commit is contained in:
parent
6c44a3f6df
commit
6dc16c48a2
@ -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…
x
Reference in New Issue
Block a user