mirror of
https://gitcode.com/GitHub_Trending/ji/jitsi-meet.git
synced 2025-12-30 03:12:29 +00:00
fix(mute): remove interface config bypass for mute-everyone button
This commit is contained in:
committed by
Saúl Ibarra Corretgé
parent
16c09c9645
commit
f06fe69167
@@ -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') }
|
||||
|
||||
Reference in New Issue
Block a user