guard session recording

This commit is contained in:
Nuwan 2023-09-22 16:18:02 +05:30
parent c9d7a560d0
commit e1ff954709
1 changed files with 1 additions and 1 deletions

View File

@ -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