mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-11-02 20:52:20 -07:00
Hide the header if it would be empty
It would be empty if the machine is single extrusion and has no materials or variants. Contributes to issue CURA-4241.
This commit is contained in:
parent
0fc40d571a
commit
062957c249
1 changed files with 1 additions and 0 deletions
|
|
@ -89,6 +89,7 @@ Rectangle
|
|||
SidebarHeader {
|
||||
id: header
|
||||
width: parent.width
|
||||
visible: machineExtruderCount.properties.value > 1 || Cura.MachineManager.hasMaterials || Cura.MachineManager.hasVariants
|
||||
|
||||
onShowTooltip: base.showTooltip(item, location, text)
|
||||
onHideTooltip: base.hideTooltip()
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue