fix(mute): remove interface config bypass for mute-everyone button

pull/5109/head jitsi-meet_4254
Gabriel Imre 5 years ago committed by Saúl Ibarra Corretgé
parent 16c09c9645
commit f06fe69167
  1. 2
      react/features/toolbox/components/web/Toolbox.js

@ -1004,7 +1004,7 @@ class Toolbox extends Component<Props, State> {
<MuteEveryoneButton
key = 'mute-everyone'
showLabel = { true }
visible = { true || this._shouldShowButton('mute-everyone') } />,
visible = { this._shouldShowButton('mute-everyone') } />,
this._shouldShowButton('stats')
&& <OverflowMenuItem
accessibilityLabel = { t('toolbar.accessibilityLabel.speakerStats') }

Loading…
Cancel
Save