|
@@ -918,6 +918,7 @@ class Toolbox extends Component<Props, State> {
|
918
|
918
|
_etherpadInitialized,
|
919
|
919
|
_feedbackConfigured,
|
920
|
920
|
_fullScreen,
|
|
921
|
+ _screensharing,
|
921
|
922
|
_sharingVideo,
|
922
|
923
|
t
|
923
|
924
|
} = this.props;
|
|
@@ -973,7 +974,7 @@ class Toolbox extends Component<Props, State> {
|
973
|
974
|
<VideoBlurButton
|
974
|
975
|
key = 'videobackgroundblur'
|
975
|
976
|
showLabel = { true }
|
976
|
|
- visible = { this._shouldShowButton('videobackgroundblur') } />,
|
|
977
|
+ visible = { this._shouldShowButton('videobackgroundblur') && !_screensharing } />,
|
977
|
978
|
<SettingsButton
|
978
|
979
|
key = 'settings'
|
979
|
980
|
showLabel = { true }
|