diff --git a/shell/plugins/panels/audio/Panel.qml b/shell/plugins/panels/audio/Panel.qml index 1fd01d58..f8a86c6f 100644 --- a/shell/plugins/panels/audio/Panel.qml +++ b/shell/plugins/panels/audio/Panel.qml @@ -633,7 +633,7 @@ Panel { bar: root.bar text: root.outputIcon() onPressed: function(b) { - if (b === Qt.RightButton) root.toggleOutputMute() + if (b === Qt.RightButton) root.toggleAllMuted() else root.toggle() }