Refactor plugin event API: rename message* to emit* and requests_ui_element to request_ui_element

This commit is contained in:
2026-02-28 19:48:04 -06:00
parent 1447a68fb0
commit 8ee2106f50
20 changed files with 61 additions and 75 deletions

View File

@@ -25,7 +25,7 @@ class Plugin(PluginCode):
info_bar_widget._set_info_labels(*event.info)
def load(self):
header = self.requests_ui_element("header-container")
header = self.request_ui_element("header-container")
header.add( info_bar_widget )
def run(self):