diff options
author | Trial97 <alexandru.tripon97@gmail.com> | 2023-06-08 20:26:09 +0300 |
---|---|---|
committer | Trial97 <alexandru.tripon97@gmail.com> | 2023-06-08 20:26:09 +0300 |
commit | f96b135ef72a762220941681cf1b314a3b2db266 (patch) | |
tree | 90f28be402becbf32835d176913d9d36f3c3d703 /launcher/ui/pages/modplatform/flame | |
parent | 7fb4c8358b9303358e47833bdf7e8fc8bcf5ab17 (diff) | |
download | PrismLauncher-f96b135ef72a762220941681cf1b314a3b2db266.tar.gz PrismLauncher-f96b135ef72a762220941681cf1b314a3b2db266.tar.bz2 PrismLauncher-f96b135ef72a762220941681cf1b314a3b2db266.zip |
Higlight installed mods
Signed-off-by: Trial97 <alexandru.tripon97@gmail.com>
Diffstat (limited to 'launcher/ui/pages/modplatform/flame')
-rw-r--r-- | launcher/ui/pages/modplatform/flame/FlameModel.cpp | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/launcher/ui/pages/modplatform/flame/FlameModel.cpp b/launcher/ui/pages/modplatform/flame/FlameModel.cpp index 5961ea02..d9d5ef5b 100644 --- a/launcher/ui/pages/modplatform/flame/FlameModel.cpp +++ b/launcher/ui/pages/modplatform/flame/FlameModel.cpp @@ -60,6 +60,8 @@ QVariant ListModel::data(const QModelIndex& index, int role) const return pack.description; case UserDataTypes::SELECTED: return false; + case UserDataTypes::INSTALLED: + return false; default: break; } |