From 729f5a1b9cc14870112d817c98cc35b9a2525d5d Mon Sep 17 00:00:00 2001 From: bbedward Date: Sun, 10 Aug 2025 23:12:55 -0400 Subject: [PATCH] fix typo --- Modules/TopBar/SystemTrayBar.qml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Modules/TopBar/SystemTrayBar.qml b/Modules/TopBar/SystemTrayBar.qml index 01716873..1dfd2d0d 100644 --- a/Modules/TopBar/SystemTrayBar.qml +++ b/Modules/TopBar/SystemTrayBar.qml @@ -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 }