QML UI: disable rescan when no bluetooth
This is cosmetic only. It make no sense to selected rescan when Bluetooth is off. Signed-off-by: Jan Mulder <jlmulder@xs4all.nl>
This commit is contained in:
parent
8034af5ad5
commit
8074f12b91
@ -303,6 +303,7 @@ Kirigami.Page {
|
||||
SsrfButton {
|
||||
id:rescanbutton
|
||||
text: qsTr("Rescan")
|
||||
enabled: manager.btEnabled
|
||||
onClicked: {
|
||||
manager.btRescan()
|
||||
}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user