mirror of
https://github.com/subsurface/subsurface.git
synced 2025-01-19 14:25:27 +00:00
QML UI: directly access currentText
No need to qualify our own object name. Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
This commit is contained in:
parent
9d577e4b80
commit
1a7ada5a90
1 changed files with 1 additions and 1 deletions
|
@ -164,7 +164,7 @@ Kirigami.Page {
|
|||
manager.DC_bluetoothMode = true
|
||||
else
|
||||
manager.DC_bluetoothMode = false
|
||||
manager.DC_devName = comboConnection.currentText
|
||||
manager.DC_devName = currentText
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue