mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-12-05 16:51:12 -07:00
Remove offline icon
We don't show an icon in that case any more. Contributes to issue CURA-4148.
This commit is contained in:
parent
c25b94ce31
commit
78dbe8c56a
2 changed files with 0 additions and 6 deletions
|
|
@ -90,8 +90,6 @@ Rectangle
|
|||
return UM.Theme.getIcon("tab_status_paused")
|
||||
case "error":
|
||||
return UM.Theme.getIcon("tab_status_stopped")
|
||||
case "offline":
|
||||
return UM.Theme.getIcon("tab_status_offline")
|
||||
default:
|
||||
return ""
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue