diff --git a/react/features/toolbox/components/Toolbox.web.js b/react/features/toolbox/components/Toolbox.web.js index 049087026..ef2c2e194 100644 --- a/react/features/toolbox/components/Toolbox.web.js +++ b/react/features/toolbox/components/Toolbox.web.js @@ -973,13 +973,25 @@ class Toolbox extends Component { && , - this._shouldShowButton('settings') + this._shouldShowButton('videoquality') && , + accessibilityLabel = 'Call quality' + icon = { 'icon-visibility' } + key = 'videoquality' + onClick = { this._onToolbarOpenVideoQuality } + text = { t('toolbar.callQuality') } />, + this._shouldShowButton('fullscreen') + && , + this._renderRecordingButton(), this._shouldShowButton('sharedvideo') && { text = { _editingDocument ? t('toolbar.documentClose') : t('toolbar.documentOpen') } />, - this._shouldShowButton('fullscreen') + this._shouldShowButton('settings') && , - this._renderRecordingButton(), - this._shouldShowButton('videoquality') - && , + accessibilityLabel = 'Settings' + icon = 'icon-settings' + key = 'settings' + onClick = { this._onToolbarToggleSettings } + text = { t('toolbar.Settings') } />, this._shouldShowButton('stats') &&