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:
LemmyCook 2025-09-14 13:35:24 -04:00
parent d348cfc2b0
commit 76b6626073
6 changed files with 11 additions and 11 deletions

View file

@ -105,7 +105,7 @@ Singleton {
}
}
function setMuted(muted: bool) {
function setOutputMuted(muted: bool) {
if (sink?.ready && sink?.audio) {
sink.audio.muted = muted
} else {