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