Review tweaks

Contributes to CL-897 and CL-1051
This commit is contained in:
Ian Paschal 2018-10-17 14:39:42 +02:00
parent 2dcfc049ba
commit 6f33c4410c
2 changed files with 2 additions and 2 deletions

View file

@ -233,7 +233,7 @@ Item {
// Progress bar
PrinterCardProgressBar {
visible: printer && printer.activePrintJob != null && printer.activePrintJob != undefined;
visible: printer && printer.activePrintJob != null;
}
}
}