mirror of
https://github.com/AvengeMedia/DankMaterialShell.git
synced 2026-01-24 21:42:51 -05:00
no BT auto scan
This commit is contained in:
@@ -13,15 +13,8 @@ Rectangle {
|
|||||||
border.color: Qt.rgba(Theme.outline.r, Theme.outline.g, Theme.outline.b, 0.08)
|
border.color: Qt.rgba(Theme.outline.r, Theme.outline.g, Theme.outline.b, 0.08)
|
||||||
border.width: 1
|
border.width: 1
|
||||||
|
|
||||||
Component.onCompleted: {
|
|
||||||
if (BluetoothService.adapter && BluetoothService.adapter.enabled && !BluetoothService.adapter.discovering) {
|
|
||||||
BluetoothService.adapter.discovering = true
|
|
||||||
}
|
|
||||||
}
|
|
||||||
|
|
||||||
property var bluetoothCodecModalRef: bluetoothCodecModal
|
property var bluetoothCodecModalRef: bluetoothCodecModal
|
||||||
|
|
||||||
|
|
||||||
Row {
|
Row {
|
||||||
id: headerRow
|
id: headerRow
|
||||||
anchors.left: parent.left
|
anchors.left: parent.left
|
||||||
|
|||||||
Reference in New Issue
Block a user