Wifi+BT: added right click
This commit is contained in:
parent
34d037d7dc
commit
933dfc402b
3 changed files with 2 additions and 2 deletions
|
|
@ -22,4 +22,5 @@ NIconButton {
|
|||
icon: Settings.data.network.bluetoothEnabled ? "bluetooth" : "bluetooth-off"
|
||||
tooltipText: "Bluetooth devices."
|
||||
onClicked: PanelService.getPanel("bluetoothPanel")?.toggle(this)
|
||||
onRightClicked: PanelService.getPanel("bluetoothPanel")?.toggle(this)
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue