mirror of
https://git.mirrors.martin98.com/https://github.com/Ultimaker/Cura
synced 2025-08-13 19:56:00 +08:00
Show icon for offline printers
CURA-9514
This commit is contained in:
parent
e541890c07
commit
790c373b38
@ -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…
x
Reference in New Issue
Block a user