Trying to match all buttons left/right click.
- left click: mute/unmute, cycle between functionality - right click: open settings - middle click: open external settings
This commit is contained in:
parent
d348cfc2b0
commit
76b6626073
6 changed files with 11 additions and 11 deletions
|
|
@ -36,7 +36,7 @@ NIconButton {
|
|||
|
||||
onRightClicked: {
|
||||
var settingsPanel = PanelService.getPanel("settingsPanel")
|
||||
settingsPanel.requestedTab = SettingsPanel.Tab.Brightness
|
||||
settingsPanel.requestedTab = SettingsPanel.Tab.Display
|
||||
settingsPanel.open()
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue