Show the printer types list when we show the label every time or when only show the label for the active printer.

This commit is contained in:
Diego Prado Gesto 2019-09-16 15:29:34 +02:00
parent 28310e03f2
commit 021a04c427

View File

@ -72,6 +72,7 @@ Button
verticalCenter: parent.verticalCenter
}
spacing: UM.Theme.getSize("narrow_margin").width
visible: (updatePrinterTypesOnlyWhenChecked && machineSelectorButton.checked) || !updatePrinterTypesOnlyWhenChecked
Repeater
{