summaryrefslogtreecommitdiff
path: root/modules/bar/popouts/Content.qml
diff options
context:
space:
mode:
Diffstat (limited to 'modules/bar/popouts/Content.qml')
-rw-r--r--modules/bar/popouts/Content.qml4
1 files changed, 3 insertions, 1 deletions
diff --git a/modules/bar/popouts/Content.qml b/modules/bar/popouts/Content.qml
index 684f702..42e138d 100644
--- a/modules/bar/popouts/Content.qml
+++ b/modules/bar/popouts/Content.qml
@@ -35,7 +35,9 @@ Item {
Popout {
name: "bluetooth"
- source: "Bluetooth.qml"
+ sourceComponent: Bluetooth {
+ wrapper: root.wrapper
+ }
}
Popout {