From fc4eff7271e27fac29438cbad8cb865cec7b55a6 Mon Sep 17 00:00:00 2001 From: outfoxxed Date: Fri, 6 Jun 2025 23:26:17 -0700 Subject: popouts: fix multimonitor --- modules/drawers/Drawers.qml | 2 ++ 1 file changed, 2 insertions(+) (limited to 'modules/drawers/Drawers.qml') diff --git a/modules/drawers/Drawers.qml b/modules/drawers/Drawers.qml index c897f4a..23520e1 100644 --- a/modules/drawers/Drawers.qml +++ b/modules/drawers/Drawers.qml @@ -117,6 +117,7 @@ Variants { Interactions { screen: scope.modelData + popouts: panels.popouts visibilities: visibilities panels: panels bar: bar @@ -134,6 +135,7 @@ Variants { id: bar screen: scope.modelData + popouts: panels.popouts } } } -- cgit v1.2.3-freya