mirror of
https://github.com/ynput/ayon-core.git
synced 2025-12-24 21:04:40 +01:00
unset QT_API
This commit is contained in:
parent
5bf6985737
commit
adc55dee1a
1 changed files with 3 additions and 0 deletions
|
|
@ -382,6 +382,9 @@ def make_sure_tray_is_running(
|
|||
args = get_ayon_launcher_args("tray", "--force")
|
||||
if env is None:
|
||||
env = os.environ.copy()
|
||||
|
||||
# Make sure 'QT_API' is not set
|
||||
env.pop("QT_API", None)
|
||||
|
||||
if ayon_url:
|
||||
env["AYON_SERVER_URL"] = ayon_url
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue