fix left clicking tray icons
This commit is contained in:
@@ -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
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user