guard session recording
This commit is contained in:
parent
40282a82f3
commit
8ef9530129
|
|
@ -22,7 +22,7 @@ RecordingActions = @RecordingActions
|
|||
openRecording: () ->
|
||||
|
||||
canRecord = window.SessionStore.canRecord()
|
||||
if true || canRecord
|
||||
if canRecord
|
||||
RecordingActions.openRecordingControls()
|
||||
else
|
||||
buttons = []
|
||||
|
|
|
|||
Loading…
Reference in New Issue