mirror of
https://github.com/ynput/ayon-core.git
synced 2026-01-01 16:34:53 +01:00
set module as failed if is not initialized on start
This commit is contained in:
parent
77f855b064
commit
8fad3d9bfc
1 changed files with 2 additions and 0 deletions
|
|
@ -347,6 +347,8 @@ class TrayModulesManager(ModulesManager):
|
|||
def start_modules(self):
|
||||
for module in self.get_enabled_tray_modules():
|
||||
if not module.tray_initialized:
|
||||
if isinstance(module, ITrayService):
|
||||
module.set_service_failed()
|
||||
continue
|
||||
|
||||
try:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue