mirror of
https://git.mirrors.martin98.com/https://github.com/Ultimaker/Cura
synced 2025-08-14 14:25:57 +08: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
@ -266,6 +266,10 @@ Rectangle
|
||||
return "";
|
||||
}
|
||||
}
|
||||
if (printer.status == "printing")
|
||||
{
|
||||
return catalog.i18nc("@label:status", "Printing")
|
||||
}
|
||||
return catalog.i18nc("@label:status", "Available");
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user