Don't let the user select unreachable printers in the Cura Connect monitor tab

CL-584
This commit is contained in:
Simon Edwards 2017-10-12 10:46:25 +02:00
parent ca28748bc3
commit af3c34b6fd

View file

@ -73,7 +73,7 @@ Rectangle
hoverEnabled: true;
// Only clickable if no printer is selected
enabled: OutputDevice.selectedPrinterName == ""
enabled: OutputDevice.selectedPrinterName == "" && printer.status !== "unreachable"
}
Row