summaryrefslogtreecommitdiff
path: root/modules/drawers
diff options
context:
space:
mode:
author2 * r + 2 * t <61896496+soramanew@users.noreply.github.com>2025-09-13 11:25:11 +1000
committer2 * r + 2 * t <61896496+soramanew@users.noreply.github.com>2025-09-13 11:25:11 +1000
commita57dd9343a2643f73f3994dc230b824617f89ecf (patch)
tree4b36f90728ebd14b4e85ec6c3d69a28dd907c952 /modules/drawers
parentnetwork: fix undef errors (diff)
downloadcaelestia-shell-a57dd9343a2643f73f3994dc230b824617f89ecf.tar.gz
caelestia-shell-a57dd9343a2643f73f3994dc230b824617f89ecf.tar.bz2
caelestia-shell-a57dd9343a2643f73f3994dc230b824617f89ecf.zip
popouts/tray: better interaction
Not exclusive when on first layer of submenus Closes #610
Diffstat (limited to 'modules/drawers')
-rw-r--r--modules/drawers/Interactions.qml2
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/drawers/Interactions.qml b/modules/drawers/Interactions.qml
index 484b28e..2783f37 100644
--- a/modules/drawers/Interactions.qml
+++ b/modules/drawers/Interactions.qml
@@ -73,7 +73,7 @@ CustomMouseArea {
if (!utilitiesShortcutActive)
visibilities.utilities = false;
- if (!popouts.currentName.startsWith("traymenu"))
+ if (!popouts.currentName.startsWith("traymenu") || popouts.current.depth <= 1)
popouts.hasCurrent = false;
if (Config.bar.showOnHover)