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/bar/popouts/Wrapper.qml | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'modules/bar/popouts/Wrapper.qml') diff --git a/modules/bar/popouts/Wrapper.qml b/modules/bar/popouts/Wrapper.qml index 47b8af2..f304ea7 100644 --- a/modules/bar/popouts/Wrapper.qml +++ b/modules/bar/popouts/Wrapper.qml @@ -8,6 +8,10 @@ Item { required property ShellScreen screen + property alias currentName: content.currentName + property alias currentCenter: content.currentCenter + property alias hasCurrent: content.hasCurrent + visible: width > 0 && height > 0 implicitWidth: content.implicitWidth -- cgit v1.2.3-freya