implemented connect_with_modules

This commit is contained in:
iLLiCiTiT 2021-06-03 11:42:50 +02:00
parent 701a5841ed
commit c73dada568

View file

@ -13,6 +13,9 @@ class ProjectManagerAction(PypeModule, ITrayAction):
# Tray attributes
self.project_manager_window = None
def connect_with_modules(self, *_a, **_kw):
return
def tray_init(self):
"""Initialization in tray implementation of ITrayAction."""
self.create_project_manager_window()