summaryrefslogtreecommitdiff
path: root/modules/bar/popouts/TrayMenu.qml
diff options
context:
space:
mode:
Diffstat (limited to 'modules/bar/popouts/TrayMenu.qml')
-rw-r--r--modules/bar/popouts/TrayMenu.qml2
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/bar/popouts/TrayMenu.qml b/modules/bar/popouts/TrayMenu.qml
index 986c806..02c76d2 100644
--- a/modules/bar/popouts/TrayMenu.qml
+++ b/modules/bar/popouts/TrayMenu.qml
@@ -28,7 +28,7 @@ StackView {
popExit: NoAnim {}
HyprlandFocusGrab {
- active: true
+ active: root.depth > 1
windows: [QsWindow.window]
onCleared: root.popouts.hasCurrent = false
}