diff --git a/src/app/App.tsx b/src/app/App.tsx index 200e3767..e9921601 100644 --- a/src/app/App.tsx +++ b/src/app/App.tsx @@ -1300,6 +1300,8 @@ function getInteractionActionLabel(link: InteractionLink): string { return "Stop Sound"; case "startDialogue": return "Start Dialogue"; + case "runSequence": + return "Run Sequence"; case "control": return "Control Effect"; }