1
0
mirror of https://github.com/AvengeMedia/DankMaterialShell.git synced 2025-12-07 22:15:38 -05:00

no BT auto scan

This commit is contained in:
bbedward
2025-08-29 12:06:13 -04:00
parent 9b113c05c3
commit 3746b1cfad

View File

@@ -13,15 +13,8 @@ Rectangle {
border.color: Qt.rgba(Theme.outline.r, Theme.outline.g, Theme.outline.b, 0.08)
border.width: 1
Component.onCompleted: {
if (BluetoothService.adapter && BluetoothService.adapter.enabled && !BluetoothService.adapter.discovering) {
BluetoothService.adapter.discovering = true
}
}
property var bluetoothCodecModalRef: bluetoothCodecModal
Row {
id: headerRow
anchors.left: parent.left