Set HAS_CONFIGURATION
This commit is contained in:
parent
e2434dd010
commit
e8ad80016b
|
@ -16,6 +16,8 @@ class OBSActionBase(ActionBase):
|
|||
super().__init__(action_id=action_id, action_name=action_name,
|
||||
deck_controller=deck_controller, page=page, coords=coords, plugin_base=plugin_base)
|
||||
|
||||
self.HAS_CONFIGURATION = True
|
||||
|
||||
self.status_label = Gtk.Label(label=self.plugin_base.lm.get("actions.base.status.no-connection"), css_classes=["bold", "red"])
|
||||
|
||||
def get_config_rows(self) -> list:
|
||||
|
|
Loading…
Reference in New Issue