diff options
Diffstat (limited to 'modules/drawers/Interactions.qml')
| -rw-r--r-- | modules/drawers/Interactions.qml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/drawers/Interactions.qml b/modules/drawers/Interactions.qml index 337b0ff..c76ce82 100644 --- a/modules/drawers/Interactions.qml +++ b/modules/drawers/Interactions.qml @@ -74,7 +74,7 @@ CustomMouseArea { if (!utilitiesShortcutActive) visibilities.utilities = false; - if (!popouts.currentName.startsWith("traymenu") || popouts.current.depth <= 1) + if (!popouts.currentName.startsWith("traymenu") || popouts.current?.depth <= 1) popouts.hasCurrent = false; if (Config.bar.showOnHover) |