mirror of
https://github.com/zoriya/noctalia-shell.git
synced 2026-08-15 18:43:59 +00:00
fix(bluetooth): enable disconnect/remove for paired devices #165
This commit is contained in:
@@ -264,6 +264,7 @@ ColumnLayout {
|
||||
}
|
||||
|
||||
MouseArea {
|
||||
|
||||
id: availableDeviceArea
|
||||
acceptedButtons: Qt.LeftButton | Qt.RightButton
|
||||
anchors.fill: parent
|
||||
@@ -279,7 +280,7 @@ ColumnLayout {
|
||||
tooltip.hide()
|
||||
}
|
||||
}
|
||||
onClicked: {
|
||||
onClicked: function(mouse) {
|
||||
|
||||
if (!modelData || modelData.pairing) {
|
||||
return
|
||||
|
||||
Reference in New Issue
Block a user