ability to set default preactions

This commit is contained in:
Jakub Trllo 2019-04-04 11:23:58 +02:00
parent 315ed42a41
commit bb11c77334

View file

@ -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.'''