mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-11-02 20:52:20 -07:00
Merge pull request #5370 from Ultimaker/CL-1247_hide_view_prints_button_on_cloud
CL-1247 Hide the "View print history" button when connecting via cloud
This commit is contained in:
commit
11ea568d0b
1 changed files with 2 additions and 1 deletions
|
|
@ -221,6 +221,7 @@ Item
|
||||||
|
|
||||||
height: 18 * screenScaleFactor // TODO: Theme!
|
height: 18 * screenScaleFactor // TODO: Theme!
|
||||||
width: childrenRect.width
|
width: childrenRect.width
|
||||||
|
visible: !cloudConnection
|
||||||
|
|
||||||
UM.RecolorImage
|
UM.RecolorImage
|
||||||
{
|
{
|
||||||
|
|
@ -263,4 +264,4 @@ Item
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue