diff --git a/pype/ftrack/lib/ftrack_app_handler.py b/pype/ftrack/lib/ftrack_app_handler.py index f16ad73146..167c8830e7 100644 --- a/pype/ftrack/lib/ftrack_app_handler.py +++ b/pype/ftrack/lib/ftrack_app_handler.py @@ -42,7 +42,7 @@ class AppAction(BaseHandler): self.variant = variant self.icon = icon self.description = description - self.preactions = preactions + self.preactions.extend(preactions) def register(self): '''Registers the action, subscribing the discover and launch topics.'''