Skip to content

Commit

Permalink
Panic In Time action should use configured cue list. #151
Browse files Browse the repository at this point in the history
  • Loading branch information
istnv committed Dec 8, 2024
1 parent 1a57178 commit a43928b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion actions.js
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ import * as Colors from './colors.js'
import * as Choices from './choices.js'
import { Regex } from '@companion-module/base'

const cueListActions = ['go', 'next', 'panic', 'previous', 'reset', 'stop', 'togglePause']
const cueListActions = ['go', 'next', 'panic', 'panicInTime', 'previous', 'reset', 'stop', 'togglePause']

// actions for QLab module
export function compileActionDefinitions(self) {
Expand Down

0 comments on commit a43928b

Please sign in to comment.