Bläddra i källkod

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

j8
Gabriel Imre 5 år sedan
förälder
incheckning
f06fe69167
1 ändrade filer med 1 tillägg och 1 borttagningar
  1. 1
    1
      react/features/toolbox/components/web/Toolbox.js

+ 1
- 1
react/features/toolbox/components/web/Toolbox.js Visa fil

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

Laddar…
Avbryt
Spara