mirror of
https://github.com/subsurface/subsurface.git
synced 2025-02-19 22:16:15 +00:00
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
1 changed files with 1 additions and 1 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue