Merge branch 'develop' into enhancement/remove-openpype-compatibility

This commit is contained in:
Jakub Trllo 2024-09-10 14:11:59 +02:00 committed by GitHub
commit f618de8fa2
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
14 changed files with 109 additions and 28 deletions

View file

@ -578,7 +578,7 @@ 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)