diff --git a/resources/qml/Sidebar.qml b/resources/qml/Sidebar.qml index fa5662e49b..ce146f5831 100755 --- a/resources/qml/Sidebar.qml +++ b/resources/qml/Sidebar.qml @@ -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()