Use actual download count for packages

Quite easy. It turned out the model already had this information, due to foresight when the card itself got implemented.

Contributes to issue CURA-8565.
This commit is contained in:
Ghostkeeper 2021-11-29 18:05:53 +01:00
parent 0dcc28032a
commit cfd29b268d
No known key found for this signature in database
GPG key ID: D2A8871EE34EC59A

View file

@ -291,7 +291,7 @@ Rectangle
color: UM.Theme.getColor("text")
font: UM.Theme.getFont("default")
text: "123456789"
text: packageData.downloadCount
}
}