fix record
This commit is contained in:
parent
c9577b2bb2
commit
14a3851458
|
|
@ -23,7 +23,7 @@ RecordingActions = @RecordingActions
|
|||
|
||||
canRecord = window.SessionStore.canRecord()
|
||||
if canRecord
|
||||
openRecordingControls()
|
||||
RecordingActions.openRecordingControls()
|
||||
else
|
||||
buttons = []
|
||||
buttons.push({name: 'CLOSE', buttonStyle: 'button-grey'})
|
||||
|
|
|
|||
Loading…
Reference in New Issue