Update downloadfromdivecomputer.cpp

another space that should have been a tab.

Signed-off-by: jme <32236882+notrege@users.noreply.github.com>
This commit is contained in:
jme 2024-03-06 06:53:48 +00:00 committed by Michael Keller
parent 5980db073a
commit ffce4bc097

View file

@ -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);
}