Console to system tray - refactored and moved implementation to OpenPype

This commit is contained in:
Petr Kalis 2021-05-27 19:16:06 +02:00
parent 4e0210915e
commit 0a7ee3b638
2 changed files with 298 additions and 1 deletions

View file

@ -15,7 +15,7 @@ class LaunchWithWindowsShell(PreLaunchHook):
# Should be as last hook because must change launch arguments to string
order = 1000
app_groups = ["nuke", "nukex", "hiero", "nukestudio",
"photoshop", "aftereffects", "harmony"]
"aftereffects", "harmony"]
platforms = ["windows"]
def execute(self):