diff --git a/Modules/TrayItem.qml b/Modules/TrayItem.qml index 0742629..bf90c09 100644 --- a/Modules/TrayItem.qml +++ b/Modules/TrayItem.qml @@ -14,6 +14,14 @@ Item { required property PanelWindow bar property bool hasLoaded: false + MouseArea { + anchors.fill: parent + acceptedButtons: Qt.LeftButton + onClicked: { + root.item.activate(); + } + } + Image { id: icon