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 <jani@apache.org>
Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
This commit is contained in:
jan Iversen 2018-05-20 15:48:14 +02:00 committed by Dirk Hohndel
parent d8fa24dcd8
commit 4c8ed5a5ae

View file

@ -169,6 +169,7 @@ Kirigami.Page {
downloadThread.deviceData.bluetoothMode = true
else
downloadThread.deviceData.bluetoothMode = false
downloadThread.deviceData.devName = comboConnection.currentText
}
}
}