Hide download count in manage page

CURA-8726
This commit is contained in:
Jaime van Kessel 2022-02-22 15:18:49 +01:00
parent adfb78e38a
commit 0b39fb1c91
2 changed files with 3 additions and 2 deletions

View file

@ -40,7 +40,7 @@ Rectangle
id: downloadCount
Layout.preferredWidth: parent.width
Layout.fillHeight: true
visible: packageData.downloadCount != "0"
UM.RecolorImage
{
id: downloadsIcon
@ -53,6 +53,7 @@ Rectangle
Label
{
anchors.verticalCenter: downloadsIcon.verticalCenter
color: UM.Theme.getColor("text")