fix(mute): remove interface config bypass for mute-everyone button
This commit is contained in:
parent
16c09c9645
commit
f06fe69167
|
@ -1004,7 +1004,7 @@ class Toolbox extends Component<Props, State> {
|
||||||
<MuteEveryoneButton
|
<MuteEveryoneButton
|
||||||
key = 'mute-everyone'
|
key = 'mute-everyone'
|
||||||
showLabel = { true }
|
showLabel = { true }
|
||||||
visible = { true || this._shouldShowButton('mute-everyone') } />,
|
visible = { this._shouldShowButton('mute-everyone') } />,
|
||||||
this._shouldShowButton('stats')
|
this._shouldShowButton('stats')
|
||||||
&& <OverflowMenuItem
|
&& <OverflowMenuItem
|
||||||
accessibilityLabel = { t('toolbar.accessibilityLabel.speakerStats') }
|
accessibilityLabel = { t('toolbar.accessibilityLabel.speakerStats') }
|
||||||
|
|
Loading…
Reference in New Issue