mirror of
https://git.mirrors.martin98.com/https://github.com/Ultimaker/Cura
synced 2025-08-12 19:39:03 +08: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
@ -90,8 +90,6 @@ Rectangle
|
|||||||
return UM.Theme.getIcon("tab_status_paused")
|
return UM.Theme.getIcon("tab_status_paused")
|
||||||
case "error":
|
case "error":
|
||||||
return UM.Theme.getIcon("tab_status_stopped")
|
return UM.Theme.getIcon("tab_status_stopped")
|
||||||
case "offline":
|
|
||||||
return UM.Theme.getIcon("tab_status_offline")
|
|
||||||
default:
|
default:
|
||||||
return ""
|
return ""
|
||||||
}
|
}
|
||||||
|
@ -1,4 +0,0 @@
|
|||||||
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 30 30">
|
|
||||||
<path
|
|
||||||
d="M 22.5 0 A 7.5 7.5 0 0 0 15 7.5 A 7.5 7.5 0 0 0 22.5 15 A 7.5 7.5 0 0 0 30 7.5 A 7.5 7.5 0 0 0 22.5 0 z M 20.025391 3.6113281 L 22.5 6.0859375 L 24.974609 3.6113281 L 26.388672 5.0253906 L 23.914062 7.5 L 26.388672 9.9746094 L 24.974609 11.388672 L 22.5 8.9140625 L 20.023438 11.388672 L 18.609375 9.9746094 L 21.085938 7.5 L 18.611328 5.0253906 L 20.025391 3.6113281 z " />
|
|
||||||
</svg>
|
|
Before Width: | Height: | Size: 459 B |
Loading…
x
Reference in New Issue
Block a user