mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-12-05 16:51:12 -07:00
When an printer gets added / removed, this is now correctly shown
CL-541
This commit is contained in:
parent
339d7ca4c9
commit
1c1c195b93
3 changed files with 23 additions and 3 deletions
|
|
@ -82,7 +82,10 @@ Item
|
|||
case "error":
|
||||
return UM.Theme.getColor("status_stopped");
|
||||
}
|
||||
|
||||
if(base.activePrintJob == null)
|
||||
{
|
||||
return UM.Theme.getColor("text");
|
||||
}
|
||||
switch(base.activePrintJob.state)
|
||||
{
|
||||
case "printing":
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue