fixing settings type name key

This commit is contained in:
Jakub Jezek 2024-05-09 16:22:21 +02:00
parent b7662645b5
commit 9b2564cfd7
No known key found for this signature in database
GPG key ID: 06DBD609ADF27FD9

View file

@ -58,7 +58,7 @@ def _ocio_config_profile_types():
return [
{"value": "builtin_path", "label": "AYON built-in OCIO config"},
{"value": "custom_path", "label": "Path to OCIO config"},
{"value": "product", "label": "Published product"},
{"value": "product_name", "label": "Published product"},
]