1
0
Fork 0
mirror of https://github.com/subsurface/subsurface.git synced 2025-02-19 22:16:15 +00:00

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 

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
}
}
}