mirror of
https://github.com/ynput/ayon-core.git
synced 2026-01-02 00:44:52 +01:00
ability to set default preactions
This commit is contained in:
parent
315ed42a41
commit
bb11c77334
1 changed files with 1 additions and 1 deletions
|
|
@ -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.'''
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue