summaryrefslogtreecommitdiff
path: root/view/sharedcache
diff options
context:
space:
mode:
authorAlexander Taylor <alex@vector35.com>2025-04-02 17:59:53 -0400
committerAlexander Taylor <alex@vector35.com>2025-04-02 17:59:53 -0400
commit34d2959fd08d5c7df486ec57c87957d0c273f3ff (patch)
treeaceb259487ea7177910dc93fb59f18b4b6dcb4f8 /view/sharedcache
parent003072f957498a11b7fdcbb56892af0c281c85b3 (diff)
Use correct icon in shared cache view.
Diffstat (limited to 'view/sharedcache')
-rw-r--r--view/sharedcache/ui/dsctriage.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/view/sharedcache/ui/dsctriage.h b/view/sharedcache/ui/dsctriage.h
index 5aa36646..243f7bc8 100644
--- a/view/sharedcache/ui/dsctriage.h
+++ b/view/sharedcache/ui/dsctriage.h
@@ -158,7 +158,7 @@ public:
if (index.data(Qt::DisplayRole).toString() == "1")
{
QPixmap loadedIcon;
- pixmapForBWMaskIcon(":/icons/images/download.png", &loadedIcon, SidebarHeaderTextColor);
+ pixmapForBWMaskIcon(":/icons/images/check.png", &loadedIcon, SidebarHeaderTextColor);
if (!loadedIcon.isNull())
{
QSize pixmapSize(20, 20);