mirror of
https://git.mirrors.martin98.com/https://github.com/Ultimaker/Cura
synced 2025-08-13 22:35:54 +08:00
Don't let the user select unreachable printers in the Cura Connect monitor tab
CL-584
This commit is contained in:
parent
ca28748bc3
commit
af3c34b6fd
@ -73,7 +73,7 @@ Rectangle
|
|||||||
hoverEnabled: true;
|
hoverEnabled: true;
|
||||||
|
|
||||||
// Only clickable if no printer is selected
|
// Only clickable if no printer is selected
|
||||||
enabled: OutputDevice.selectedPrinterName == ""
|
enabled: OutputDevice.selectedPrinterName == "" && printer.status !== "unreachable"
|
||||||
}
|
}
|
||||||
|
|
||||||
Row
|
Row
|
||||||
|
Loading…
x
Reference in New Issue
Block a user