diff --git a/src/gui/pages/page_about.py b/src/gui/pages/page_about.py index 371e8af..048f2e7 100644 --- a/src/gui/pages/page_about.py +++ b/src/gui/pages/page_about.py @@ -213,6 +213,7 @@ def check_updates(self, event, anchor): def install_update(self, event, anchor): logger.info(f'install_update(,{event.type=},{anchor=})') + launched = UpdateManager().launch_installer() def enter(self): super().enter() @@ -281,6 +282,8 @@ def stubbed(cls, identifier, observable, page, *tags): , "-".join((identifier, "finish")) , "".join((identifier, "eol")) , observable + # + # Filter out the identifier tag which will be added by the setter. , tuple(tag for tag in tags if tag != identifier) , page )