fixed destroying menu on focus loss

This commit is contained in:
Zacharias-Brohn
2025-10-28 19:21:10 +01:00
parent 7b5ee719c4
commit f2736ad9d3
-11
View File
@@ -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