Remove offline icon

We don't show an icon in that case any more.

Contributes to issue CURA-4148.
This commit is contained in:
Ghostkeeper 2017-08-25 13:03:50 +02:00
parent c25b94ce31
commit 78dbe8c56a
No known key found for this signature in database
GPG key ID: C5F96EE2BC0F7E75
2 changed files with 0 additions and 6 deletions

View file

@ -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 ""
}