mirror of
https://github.com/AvengeMedia/DankMaterialShell.git
synced 2025-12-07 05:55:37 -05:00
fix typo
This commit is contained in:
@@ -95,7 +95,7 @@ Rectangle {
|
|||||||
if (!trayItem)
|
if (!trayItem)
|
||||||
return
|
return
|
||||||
|
|
||||||
if (mouse.button === Qt.LeftButon && !trayItem.onlyMenu) {
|
if (mouse.button === Qt.LeftButton && !trayItem.onlyMenu) {
|
||||||
trayItem.activate()
|
trayItem.activate()
|
||||||
return
|
return
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user