fix record

This commit is contained in:
Seth Call 2020-12-04 08:28:09 -06:00
parent c9577b2bb2
commit 14a3851458
1 changed files with 1 additions and 1 deletions

View File

@ -23,7 +23,7 @@ RecordingActions = @RecordingActions
canRecord = window.SessionStore.canRecord()
if canRecord
openRecordingControls()
RecordingActions.openRecordingControls()
else
buttons = []
buttons.push({name: 'CLOSE', buttonStyle: 'button-grey'})