mirror of
https://git.mirrors.martin98.com/https://github.com/Ultimaker/Cura
synced 2025-08-14 13:15:57 +08: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
@ -291,7 +291,7 @@ Rectangle
|
||||
|
||||
color: UM.Theme.getColor("text")
|
||||
font: UM.Theme.getFont("default")
|
||||
text: "123456789"
|
||||
text: packageData.downloadCount
|
||||
}
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user