diff --git a/Services/Networking/BluetoothService.qml b/Services/Networking/BluetoothService.qml index 875baae33..87c64263a 100644 --- a/Services/Networking/BluetoothService.qml +++ b/Services/Networking/BluetoothService.qml @@ -212,7 +212,7 @@ Singleton { } function pollCtlState() { - if (!adapter && !ProgramCheckerService.bluetoothctlAvailable) { + if (!adapter || !ProgramCheckerService.bluetoothctlAvailable) { return; } if (ctlShowProcess.running) {