diff --git a/desktop-widgets/downloadfromdivecomputer.cpp b/desktop-widgets/downloadfromdivecomputer.cpp index 122fa2056..4a7e93b1b 100644 --- a/desktop-widgets/downloadfromdivecomputer.cpp +++ b/desktop-widgets/downloadfromdivecomputer.cpp @@ -636,11 +636,10 @@ void DownloadFromDCWidget::enableBluetoothMode(int state) ui.chooseBluetoothDevice->setEnabled(state == Qt::Checked); if (state == Qt::Checked) { - if (ui.device->currentText().isEmpty()) { + if (ui.device->currentText().isEmpty()) selectRemoteBluetoothDevice(); - } else { - ui.device->setCurrentIndex(-1); - } + } else { + ui.device->setCurrentIndex(-1); } } #endif