mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-07-16 03:07:53 -06:00
Review tweaks
Contributes to CL-897 and CL-1051
This commit is contained in:
parent
2dcfc049ba
commit
6f33c4410c
2 changed files with 2 additions and 2 deletions
|
@ -233,7 +233,7 @@ Item {
|
|||
|
||||
// Progress bar
|
||||
PrinterCardProgressBar {
|
||||
visible: printer && printer.activePrintJob != null && printer.activePrintJob != undefined;
|
||||
visible: printer && printer.activePrintJob != null;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue