Use the (not final) cloud icon when cloud connected

This commit is contained in:
ChrisTerBeke 2018-12-18 16:33:39 +01:00
parent 10f044f4ec
commit 4bf24671a2

View file

@ -53,7 +53,7 @@ Cura.ExpandablePopup
leftMargin: UM.Theme.getSize("thick_margin").width
}
source: machineSelector.isCloudPrinter ? UM.Theme.getIcon("printer_connected") : UM.Theme.getIcon("printer_connected")
source: machineSelector.isCloudPrinter ? UM.Theme.getIcon("printer_cloud_connected") : UM.Theme.getIcon("printer_connected")
width: UM.Theme.getSize("printer_status_icon").width
height: UM.Theme.getSize("printer_status_icon").height