guard session recording

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

View File

@ -22,7 +22,7 @@ RecordingActions = @RecordingActions
openRecording: () ->
canRecord = window.SessionStore.canRecord()
if true || canRecord
if canRecord
RecordingActions.openRecordingControls()
else
buttons = []