mirror of
https://github.com/ynput/ayon-core.git
synced 2026-01-01 08:24:53 +01:00
Console to system tray - refactored and moved implementation to OpenPype
This commit is contained in:
parent
4e0210915e
commit
0a7ee3b638
2 changed files with 298 additions and 1 deletions
|
|
@ -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):
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue