mirror of
https://gitcode.com/GitHub_Trending/ji/jitsi-meet.git
synced 2026-05-22 22:57:47 +00:00
fix(toolbar): do not use toggle class for recording
This commit is contained in:
committed by
Дамян Минков
parent
40154b1feb
commit
02a31746fb
@@ -1060,7 +1060,7 @@ class ToolboxV2 extends Component<Props, State> {
|
||||
|
||||
return (
|
||||
<OverflowMenuItem
|
||||
icon = { `fa fa-play-circle ${_isRecording ? 'toggled' : ''}` }
|
||||
icon = 'fa fa-play-circle'
|
||||
key = 'recording'
|
||||
onClick = { this._onToolbarToggleRecording }
|
||||
text = { t(translationKey) } />
|
||||
|
||||
Reference in New Issue
Block a user