mirror of
https://github.com/zoriya/noctalia-shell.git
synced 2026-08-15 18:43:59 +00:00
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:
@@ -99,7 +99,7 @@ Item {
|
||||
AudioService.decreaseVolume()
|
||||
}
|
||||
function muteOutput() {
|
||||
AudioService.setMuted(!AudioService.muted)
|
||||
AudioService.setOutputMuted(!AudioService.muted)
|
||||
}
|
||||
function muteInput() {
|
||||
if (AudioService.source?.ready && AudioService.source?.audio) {
|
||||
|
||||
Reference in New Issue
Block a user