mirror of
https://github.com/ynput/ayon-core.git
synced 2025-12-25 05:14:40 +01:00
added restart_tray method to TrayModulesManager so models can call it
This commit is contained in:
parent
4fb40ac886
commit
80132289c4
1 changed files with 4 additions and 0 deletions
|
|
@ -680,6 +680,10 @@ class TrayModulesManager(ModulesManager):
|
|||
output.append(module)
|
||||
return output
|
||||
|
||||
def restart_tray(self):
|
||||
if self.tray_manager:
|
||||
self.tray_manager.restart()
|
||||
|
||||
def tray_init(self):
|
||||
report = {}
|
||||
time_start = time.time()
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue