diff options
Diffstat (limited to '')
-rw-r--r-- | portato/gui/windows/main.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/portato/gui/windows/main.py b/portato/gui/windows/main.py index 30f31a1..d459bb4 100644 --- a/portato/gui/windows/main.py +++ b/portato/gui/windows/main.py @@ -779,6 +779,7 @@ class MainWindow (Window): splash(_("Finishing startup")) self.window.show_all() + plugin.hook("after_startup")(lambda x:pass)() def show_package (self, *args, **kwargs): self.packageTable.update(*args, **kwargs) |