diff options
Diffstat (limited to 'modules/detachedcontent/bluetooth/BtPane.qml')
| -rw-r--r-- | modules/detachedcontent/bluetooth/BtPane.qml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/detachedcontent/bluetooth/BtPane.qml b/modules/detachedcontent/bluetooth/BtPane.qml index da18cdf..d0ea8b0 100644 --- a/modules/detachedcontent/bluetooth/BtPane.qml +++ b/modules/detachedcontent/bluetooth/BtPane.qml @@ -41,7 +41,7 @@ RowLayout { Loader { id: loader - property bool pane: root.session.bt.active + property BluetoothDevice pane: root.session.bt.active anchors.fill: parent anchors.margins: Appearance.padding.large * 2 + Appearance.padding.normal |