fixup! wip: quickshell: control-panel

This commit is contained in:
2026-06-06 01:43:13 +03:00
parent 3fd67e08bc
commit ae74e79b8e
-13
View File
@@ -175,19 +175,6 @@ in {
}
}
Component.onCompleted: {
grab.active = true
}
HyprlandFocusGrab {
id: grab
windows: [ root ]
onCleared: {
root.visible = false
Qt.quit()
}
}
}
'';
};