mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-11-30 14:21:19 -07:00
Show icon for offline printers
CURA-9514
This commit is contained in:
parent
e541890c07
commit
790c373b38
1 changed files with 1 additions and 1 deletions
|
|
@ -30,7 +30,7 @@ Button
|
|||
height: UM.Theme.getSize("medium_button").height
|
||||
width: UM.Theme.getSize("medium_button").width
|
||||
color: UM.Theme.getColor("machine_selector_printer_icon")
|
||||
visible: model.machineType == "abstract_machine"
|
||||
visible: model.machineType == "abstract_machine" || !model.isOnline
|
||||
source: model.machineType == "abstract_machine" ? UM.Theme.getIcon("PrinterTriple", "medium") : UM.Theme.getIcon("Printer", "medium")
|
||||
|
||||
anchors
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue