From 4c8ed5a5aeb76dad721fbd04b17d6043b5728e31 Mon Sep 17 00:00:00 2001 From: jan Iversen Date: Sun, 20 May 2018 15:48:14 +0200 Subject: QML UI: allow changing the connection ID When downloading with bluetooth, changing connection did not work. The new selection was not passed to the download thread. Fixes #1274 Signed-off-by: Jan Iversen Signed-off-by: Dirk Hohndel --- mobile-widgets/qml/DownloadFromDiveComputer.qml | 1 + 1 file changed, 1 insertion(+) (limited to 'mobile-widgets/qml/DownloadFromDiveComputer.qml') 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 } } } -- cgit v1.2.3-70-g09d2