mirror of
https://github.com/ynput/ayon-core.git
synced 2025-12-26 13:52:15 +01:00
ftrack will add even applications without host implementation
This commit is contained in:
parent
b01bf9c91f
commit
c419b5cea0
1 changed files with 1 additions and 1 deletions
|
|
@ -17,7 +17,7 @@ def default_custom_attributes_definition():
|
|||
def app_definitions_from_app_manager(app_manager):
|
||||
_app_definitions = []
|
||||
for app_name, app in app_manager.applications.items():
|
||||
if app.enabled and app.is_host:
|
||||
if app.enabled:
|
||||
_app_definitions.append(
|
||||
(app_name, app.full_label)
|
||||
)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue