different icon when tracked notifs > 0

This commit is contained in:
Zacharias-Brohn
2025-11-14 23:50:38 +01:00
parent 72e12d2078
commit 030ab5fea0
5 changed files with 31 additions and 9 deletions
+2 -2
View File
@@ -9,11 +9,11 @@ Rectangle {
id: root
required property PanelWindow bar
implicitHeight: parent.height
implicitWidth: rowL.implicitWidth + 20
implicitWidth: rowL.implicitWidth + 10
color: "transparent"
RowLayout {
spacing: 10
spacing: 5
id: rowL
anchors.centerIn: parent
Repeater {