Wifi+BT: added right click

This commit is contained in:
LemmyCook 2025-09-14 13:48:12 -04:00
parent 34d037d7dc
commit 933dfc402b
3 changed files with 2 additions and 2 deletions

View file

@ -42,4 +42,5 @@ NIconButton {
}
tooltipText: "Manage Wi-Fi."
onClicked: PanelService.getPanel("wifiPanel")?.toggle(this)
onRightClicked: PanelService.getPanel("wifiPanel")?.toggle(this)
}