guard session recording
This commit is contained in:
parent
c9d7a560d0
commit
e1ff954709
|
|
@ -30,7 +30,7 @@ AppStore = context.AppStore
|
|||
|
||||
openRecording: () ->
|
||||
canRecord = window.SessionStore.canRecord()
|
||||
if true || canRecord
|
||||
if canRecord
|
||||
RecordingActions.openRecordingControls()
|
||||
#@app.layout.showDialog('session-recording', {})
|
||||
else
|
||||
|
|
|
|||
Loading…
Reference in New Issue