mirror of
https://git.mirrors.martin98.com/https://github.com/Ultimaker/Cura
synced 2025-08-12 16:59:01 +08:00
Merge branch 'CL-584_no_selecting_disabled_printers' into 3.0
This commit is contained in:
commit
bb1dd0e3d4
@ -73,7 +73,7 @@ Rectangle
|
||||
hoverEnabled: true;
|
||||
|
||||
// Only clickable if no printer is selected
|
||||
enabled: OutputDevice.selectedPrinterName == ""
|
||||
enabled: OutputDevice.selectedPrinterName == "" && printer.status !== "unreachable"
|
||||
}
|
||||
|
||||
Row
|
||||
|
Loading…
x
Reference in New Issue
Block a user