mirror of
https://git.mirrors.martin98.com/https://github.com/Ultimaker/Cura
synced 2025-08-14 03:06:00 +08:00
Add clarifying comment to a small hack
CURA-8762
This commit is contained in:
parent
19e43e8b66
commit
0d2c8777c5
@ -40,6 +40,9 @@ Rectangle
|
|||||||
id: downloadCount
|
id: downloadCount
|
||||||
Layout.preferredWidth: parent.width
|
Layout.preferredWidth: parent.width
|
||||||
Layout.fillHeight: true
|
Layout.fillHeight: true
|
||||||
|
// It's not the perfect way to handle this, since a package really can have 0 downloads
|
||||||
|
// But we re-use the package page for the manage plugins as well. The one user that doesn't see
|
||||||
|
// the num downloads is an acceptable "sacrifice" to make this easy to fix.
|
||||||
visible: packageData.downloadCount != "0"
|
visible: packageData.downloadCount != "0"
|
||||||
UM.RecolorImage
|
UM.RecolorImage
|
||||||
{
|
{
|
||||||
|
Loading…
x
Reference in New Issue
Block a user