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:
parent
5980db073a
commit
ffce4bc097
@ -637,7 +637,7 @@ void DownloadFromDCWidget::enableBluetoothMode(int state)
|
|||||||
|
|
||||||
if (state == Qt::Checked) {
|
if (state == Qt::Checked) {
|
||||||
if (ui.device->currentText().isEmpty())
|
if (ui.device->currentText().isEmpty())
|
||||||
selectRemoteBluetoothDevice();
|
selectRemoteBluetoothDevice();
|
||||||
} else {
|
} else {
|
||||||
ui.device->setCurrentIndex(-1);
|
ui.device->setCurrentIndex(-1);
|
||||||
}
|
}
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user