We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6a7f3a6 commit c575a29Copy full SHA for c575a29
files/usr/share/cinnamon/applets/[email protected]/applet.js
@@ -1202,8 +1202,9 @@ class CinnamonSoundApplet extends Applet.TextIconApplet {
1202
//mute or play / pause players on middle click
1203
if (buttonId === 2) {
1204
if (this.middleClickAction === "mute") {
1205
+ if (this._output.is_muted === this._input.is_muted)
1206
+ this._toggle_in_mute();
1207
this._toggle_out_mute();
- this._toggle_in_mute();
1208
} else if (this.middleClickAction === "out_mute")
1209
1210
else if (this.middleClickAction === "in_mute")
0 commit comments