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() canRecord = window.SessionStore.canRecord()
if canRecord if canRecord
openRecordingControls() RecordingActions.openRecordingControls()
else else
buttons = [] buttons = []
buttons.push({name: 'CLOSE', buttonStyle: 'button-grey'}) buttons.push({name: 'CLOSE', buttonStyle: 'button-grey'})