mirror of
https://github.com/ynput/ayon-core.git
synced 2025-12-24 21:04:40 +01:00
start tray if igniter was executed
This commit is contained in:
parent
63504a906e
commit
5cc3977aea
1 changed files with 4 additions and 0 deletions
4
start.py
4
start.py
|
|
@ -289,6 +289,10 @@ def _process_arguments() -> tuple:
|
|||
if return_code not in [2, 3]:
|
||||
sys.exit(return_code)
|
||||
|
||||
idx = sys.argv.index("igniter")
|
||||
sys.argv.pop(idx)
|
||||
sys.argv.insert(idx, "tray")
|
||||
|
||||
return use_version, use_staging
|
||||
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue