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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user