From f2736ad9d3fcd30b0937b46a1f2991e4b6f8c6d9 Mon Sep 17 00:00:00 2001 From: Zacharias-Brohn Date: Tue, 28 Oct 2025 19:21:10 +0100 Subject: [PATCH] fixed destroying menu on focus loss --- Modules/TrayMenu.qml | 11 ----------- 1 file changed, 11 deletions(-) diff --git a/Modules/TrayMenu.qml b/Modules/TrayMenu.qml index 1576915..1cafa47 100644 --- a/Modules/TrayMenu.qml +++ b/Modules/TrayMenu.qml @@ -20,17 +20,6 @@ PopupWindow { menu: root.menu } - // HyprlandFocusGrab { - // id: grab - // windows: [ root ] - // onCleared: { - // root.visible = false; - // } - // } - - // onVisibleChanged: { - // grab.active = root.visible; - // } Rectangle { id: menuRect anchors.fill: parent