mirror of
https://github.com/ynput/ayon-core.git
synced 2025-12-24 21:04:40 +01:00
implemented connect_with_modules
This commit is contained in:
parent
701a5841ed
commit
c73dada568
1 changed files with 3 additions and 0 deletions
|
|
@ -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()
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue