fix left clicking tray icons

This commit is contained in:
Zacharias-Brohn
2025-12-07 12:51:00 +01:00
parent ae53df8e87
commit d8a103eac3
+8
View File
@@ -14,6 +14,14 @@ Item {
required property PanelWindow bar required property PanelWindow bar
property bool hasLoaded: false property bool hasLoaded: false
MouseArea {
anchors.fill: parent
acceptedButtons: Qt.LeftButton
onClicked: {
root.item.activate();
}
}
Image { Image {
id: icon id: icon