fix(ags quick sett): fix mute button
This commit is contained in:
parent
7347fa6a65
commit
6603902687
1 changed files with 1 additions and 1 deletions
|
@ -233,7 +233,7 @@ const SecondRow = () => Row({
|
||||||
|
|
||||||
GridButton({
|
GridButton({
|
||||||
command: () => {
|
command: () => {
|
||||||
execAsync(['pactl', 'set-source-mute', '@DEFAULT_SOURCE@', 'toggle'])
|
execAsync(['pactl', 'set-sink-mute', '@DEFAULT_SINK@', 'toggle'])
|
||||||
.catch(print);
|
.catch(print);
|
||||||
},
|
},
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue