Merge branch 'CURA-7745_Add_printer_preparing_status_in_monitor_page' into 4.8

This commit is contained in:
Ghostkeeper 2020-10-20 15:27:43 +02:00
commit 01b432a3c3
No known key found for this signature in database
GPG Key ID: D2A8871EE34EC59A

View File

@ -359,6 +359,10 @@ Item
{
return catalog.i18nc("@label:status", "Idle")
}
if (!printer.activePrintJob && printer.state == "pre_print")
{
return catalog.i18nc("@label:status", "Preparing...")
}
if (!printer.activePrintJob && printer.state == "printing")
{
// The print job isn't quite updated yet.