mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-12-02 23:31:42 -07:00
Merge branch 'CL-584_no_selecting_disabled_printers' into 3.0
This commit is contained in:
commit
bb1dd0e3d4
1 changed files with 1 additions and 1 deletions
|
|
@ -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…
Add table
Add a link
Reference in a new issue