From 9a5a14e8cfc7bd1e2e2f35f1300d305d9311b064 Mon Sep 17 00:00:00 2001 From: 2 * r + 2 * t <61896496+soramanew@users.noreply.github.com> Date: Sun, 3 Aug 2025 23:34:24 +1000 Subject: dcontent: impl rest of bt device settings --- modules/detachedcontent/bluetooth/BtPane.qml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'modules/detachedcontent/bluetooth/BtPane.qml') 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 -- cgit v1.2.3-freya