mirror of
https://git.mirrors.martin98.com/https://github.com/Ultimaker/Cura
synced 2025-08-14 09:35:53 +08:00
Always show plain monitor icon, never with_status
The status icons are just overlaid on top of the monitor icon. No need for any specialised icon with a background or anything. Contributes to issue CURA-4148.
This commit is contained in:
parent
0781848af5
commit
6f77cfc763
@ -58,7 +58,7 @@ Rectangle
|
|||||||
height: UM.Theme.getSize("sidebar_header").height
|
height: UM.Theme.getSize("sidebar_header").height
|
||||||
onClicked: base.startMonitoringPrint()
|
onClicked: base.startMonitoringPrint()
|
||||||
text: catalog.i18nc("@title:tab", "Monitor")
|
text: catalog.i18nc("@title:tab", "Monitor")
|
||||||
iconSource: printerConnected ? UM.Theme.getIcon("tab_monitor_with_status") : UM.Theme.getIcon("tab_monitor")
|
iconSource: UM.Theme.getIcon("tab_monitor")
|
||||||
property color overlayColor:
|
property color overlayColor:
|
||||||
{
|
{
|
||||||
if(!printerAcceptsCommands)
|
if(!printerAcceptsCommands)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user