1
0
mirror of https://github.com/AvengeMedia/DankMaterialShell.git synced 2025-12-06 21:45:38 -05:00
This commit is contained in:
bbedward
2025-08-10 23:12:55 -04:00
parent 9bc5de8a8a
commit 729f5a1b9c

View File

@@ -95,7 +95,7 @@ Rectangle {
if (!trayItem)
return
if (mouse.button === Qt.LeftButon && !trayItem.onlyMenu) {
if (mouse.button === Qt.LeftButton && !trayItem.onlyMenu) {
trayItem.activate()
return
}