diff --git a/resources/qml/Sidebar.qml b/resources/qml/Sidebar.qml index 32dd1caa4f..e1516214f1 100644 --- a/resources/qml/Sidebar.qml +++ b/resources/qml/Sidebar.qml @@ -18,7 +18,6 @@ Rectangle // Is there an output device for this printer? property bool printerConnected: Cura.MachineManager.printerOutputDevices.length != 0 - onPrinterConnectedChanged: populatePrintMonitorModel() color: UM.Theme.getColor("sidebar"); UM.I18nCatalog { id: catalog; name:"cura"}