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