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 #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
1 changed files with 1 additions and 0 deletions
|
@ -169,6 +169,7 @@ Kirigami.Page {
|
|||
downloadThread.deviceData.bluetoothMode = true
|
||||
else
|
||||
downloadThread.deviceData.bluetoothMode = false
|
||||
downloadThread.deviceData.devName = comboConnection.currentText
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue