fix(toolbar): do not use toggle class for recording
This commit is contained in:
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) } />
|
||||
|
|
Loading…
Reference in New Issue