mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-11-02 20:52:20 -07:00
Revert "Show extruder tabs only in custom mode. CURA-2763"
This reverts commit f916c9b4cf.
This commit is contained in:
parent
f916c9b4cf
commit
67f1afb9ce
2 changed files with 3 additions and 4 deletions
|
|
@ -65,7 +65,7 @@ Column
|
|||
{
|
||||
id: extruderSelectionRow
|
||||
height: UM.Theme.getSize("sidebar_tabs").height
|
||||
visible: showExtruderTabs && machineExtruderCount.properties.value > 1 && !sidebar.monitoringPrint
|
||||
visible: machineExtruderCount.properties.value > 1 && !sidebar.monitoringPrint
|
||||
|
||||
anchors
|
||||
{
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue