mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-11-02 20:52:20 -07:00
Add clarifying comment to a small hack
CURA-8762
This commit is contained in:
parent
19e43e8b66
commit
0d2c8777c5
1 changed files with 3 additions and 0 deletions
|
|
@ -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…
Add table
Add a link
Reference in a new issue