Przeglądaj źródła

fix(toolbar): do not use toggle class for recording

master
Leonard Kim 7 lat temu
rodzic
commit
02a31746fb

+ 1
- 1
react/features/toolbox/components/ToolboxV2.web.js Wyświetl plik

@@ -1060,7 +1060,7 @@ class ToolboxV2 extends Component<Props, State> {
1060 1060
 
1061 1061
         return (
1062 1062
             <OverflowMenuItem
1063
-                icon = { `fa fa-play-circle ${_isRecording ? 'toggled' : ''}` }
1063
+                icon = 'fa fa-play-circle'
1064 1064
                 key = 'recording'
1065 1065
                 onClick = { this._onToolbarToggleRecording }
1066 1066
                 text = { t(translationKey) } />

Ładowanie…
Anuluj
Zapisz