fix(ags quick sett): fix mute button

This commit is contained in:
matt1432 2023-11-16 14:39:38 -05:00
parent 7347fa6a65
commit 6603902687

View file

@ -233,7 +233,7 @@ const SecondRow = () => Row({
GridButton({
command: () => {
execAsync(['pactl', 'set-source-mute', '@DEFAULT_SOURCE@', 'toggle'])
execAsync(['pactl', 'set-sink-mute', '@DEFAULT_SINK@', 'toggle'])
.catch(print);
},