mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-07-19 04:37:51 -06:00
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:
parent
0dcc28032a
commit
cfd29b268d
1 changed files with 1 additions and 1 deletions
|
@ -291,7 +291,7 @@ Rectangle
|
|||
|
||||
color: UM.Theme.getColor("text")
|
||||
font: UM.Theme.getFont("default")
|
||||
text: "123456789"
|
||||
text: packageData.downloadCount
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue