mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-07-23 06:33:55 -06:00
Show the printer status as 'printing' in the case that a running print job isn't under control of Cura Connect
This commit is contained in:
parent
43a6231131
commit
cee8a687da
1 changed files with 4 additions and 0 deletions
|
@ -266,6 +266,10 @@ Rectangle
|
|||
return "";
|
||||
}
|
||||
}
|
||||
if (printer.status == "printing")
|
||||
{
|
||||
return catalog.i18nc("@label:status", "Printing")
|
||||
}
|
||||
return catalog.i18nc("@label:status", "Available");
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue