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:
parent
d8fa24dcd8
commit
4c8ed5a5ae
@ -169,6 +169,7 @@ Kirigami.Page {
|
||||
downloadThread.deviceData.bluetoothMode = true
|
||||
else
|
||||
downloadThread.deviceData.bluetoothMode = false
|
||||
downloadThread.deviceData.devName = comboConnection.currentText
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user