diff --git a/mobile-widgets/qml/DownloadFromDiveComputer.qml b/mobile-widgets/qml/DownloadFromDiveComputer.qml index 4059683a1..1fd374b4a 100644 --- a/mobile-widgets/qml/DownloadFromDiveComputer.qml +++ b/mobile-widgets/qml/DownloadFromDiveComputer.qml @@ -169,6 +169,7 @@ Kirigami.Page { downloadThread.deviceData.bluetoothMode = true else downloadThread.deviceData.bluetoothMode = false + downloadThread.deviceData.devName = comboConnection.currentText } } }