Update SysTrayItem.qml

This commit is contained in:
end-4
2025-05-30 08:31:38 +02:00
parent c36ca265a5
commit 38a026e1dd
@@ -43,6 +43,7 @@ MouseArea {
IconImage { IconImage {
id: trayIcon id: trayIcon
visible: false // There's already color overlay
source: root.item.icon source: root.item.icon
anchors.centerIn: parent anchors.centerIn: parent
width: parent.width width: parent.width
@@ -51,6 +52,7 @@ MouseArea {
Desaturate { Desaturate {
id: desaturatedIcon id: desaturatedIcon
visible: false // There's already color overlay
anchors.fill: trayIcon anchors.fill: trayIcon
source: trayIcon source: trayIcon
desaturation: 1 // 1.0 means fully grayscale desaturation: 1 // 1.0 means fully grayscale