summaryrefslogtreecommitdiff
path: root/modules/bar
diff options
context:
space:
mode:
Diffstat (limited to 'modules/bar')
-rw-r--r--modules/bar/popouts/Wrapper.qml6
1 files changed, 2 insertions, 4 deletions
diff --git a/modules/bar/popouts/Wrapper.qml b/modules/bar/popouts/Wrapper.qml
index 4ef7492..bb80ad0 100644
--- a/modules/bar/popouts/Wrapper.qml
+++ b/modules/bar/popouts/Wrapper.qml
@@ -3,7 +3,7 @@ pragma ComponentBehavior: Bound
import qs.services
import qs.config
import qs.modules.windowinfo
-import qs.modules.detachedcontent
+import qs.modules.controlcenter
import Quickshell
import Quickshell.Wayland
import Quickshell.Hyprland
@@ -94,13 +94,11 @@ Item {
}
Comp {
- id: detachedContent
-
shouldBeActive: root.detachedMode === "any"
asynchronous: true
anchors.centerIn: parent
- sourceComponent: DetachedContent {
+ sourceComponent: ControlCenter {
screen: root.screen
active: root.queuedMode
}