diff --git a/desktop-widgets/downloadfromdivecomputer.cpp b/desktop-widgets/downloadfromdivecomputer.cpp index 4a7e93b1b..415265bbd 100644 --- a/desktop-widgets/downloadfromdivecomputer.cpp +++ b/desktop-widgets/downloadfromdivecomputer.cpp @@ -637,7 +637,7 @@ void DownloadFromDCWidget::enableBluetoothMode(int state) if (state == Qt::Checked) { if (ui.device->currentText().isEmpty()) - selectRemoteBluetoothDevice(); + selectRemoteBluetoothDevice(); } else { ui.device->setCurrentIndex(-1); }