mirror of
https://github.com/ynput/ayon-core.git
synced 2026-01-01 16:34:53 +01:00
add missing modules
This commit is contained in:
parent
6813ff0366
commit
82a607f7d9
3 changed files with 14 additions and 8 deletions
|
|
@ -15,11 +15,7 @@ from openpype.api import (
|
|||
get_system_settings
|
||||
)
|
||||
from openpype.lib import get_pype_execute_args
|
||||
from openpype.modules import (
|
||||
TrayModulesManager,
|
||||
ITrayAction,
|
||||
ITrayService
|
||||
)
|
||||
from openpype.modules import TrayModulesManager
|
||||
from openpype import style
|
||||
|
||||
from .pype_info_widget import PypeInfoWidget
|
||||
|
|
@ -80,6 +76,10 @@ class TrayManager:
|
|||
|
||||
def initialize_modules(self):
|
||||
"""Add modules to tray."""
|
||||
from openpype_interfaces import (
|
||||
ITrayAction,
|
||||
ITrayService
|
||||
)
|
||||
|
||||
self.modules_manager.initialize(self, self.tray_widget.menu)
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue