mirror of
https://github.com/ynput/ayon-core.git
synced 2025-12-25 05:14:40 +01:00
Console to system tray - implemented for AE
This commit is contained in:
parent
3329ce9b6e
commit
c3f46d110e
1 changed files with 1 additions and 1 deletions
|
|
@ -83,7 +83,7 @@ def main(argv):
|
|||
if host_name == "photoshop":
|
||||
from avalon.photoshop.lib import main
|
||||
elif host_name == "aftereffects":
|
||||
from avalon.aftereffects.lib import launch
|
||||
from avalon.aftereffects.lib import main
|
||||
elif host_name == "harmony":
|
||||
from avalon.harmony.lib import launch
|
||||
else:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue