mirror of
https://github.com/ynput/ayon-core.git
synced 2026-01-01 16:34:53 +01:00
fix enabled attribute in Application class
This commit is contained in:
parent
3c4f48e3ab
commit
e59e959a95
1 changed files with 1 additions and 1 deletions
|
|
@ -178,7 +178,7 @@ class Application:
|
|||
enabled = False
|
||||
if group.enabled:
|
||||
enabled = data.get("enabled", True)
|
||||
self.enabled = enabled
|
||||
self.enabled = enabled
|
||||
|
||||
self.label = data.get("variant_label") or name
|
||||
self.full_name = "/".join((group.name, name))
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue