mirror of
https://github.com/ynput/ayon-core.git
synced 2025-12-25 05:14:40 +01:00
added enabled check
This commit is contained in:
parent
da2527765a
commit
df37b9cdb2
1 changed files with 1 additions and 1 deletions
|
|
@ -112,7 +112,7 @@ class AppplicationsAction(BaseAction):
|
|||
items = []
|
||||
for app_name in avalon_project_apps:
|
||||
app = self.application_manager.applications.get(app_name)
|
||||
if not app:
|
||||
if not app or not app.enabled:
|
||||
continue
|
||||
|
||||
app_icon = app.icon
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue