diff options
Diffstat (limited to 'modules/bar/popouts/Content.qml')
| -rw-r--r-- | modules/bar/popouts/Content.qml | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/modules/bar/popouts/Content.qml b/modules/bar/popouts/Content.qml index e3f569d..f8ef549 100644 --- a/modules/bar/popouts/Content.qml +++ b/modules/bar/popouts/Content.qml @@ -37,6 +37,11 @@ Item { } Popout { + name: "ethernet" + sourceComponent: Ethernet {} + } + + Popout { name: "bluetooth" sourceComponent: Bluetooth { wrapper: root.wrapper |