mirror of
https://github.com/ynput/ayon-core.git
synced 2025-12-26 05:42:15 +01:00
fixed overrides
This commit is contained in:
parent
044c644c3b
commit
f0217db5da
1 changed files with 1 additions and 1 deletions
|
|
@ -329,7 +329,7 @@ class ProjectWidget(QtWidgets.QWidget):
|
|||
overrides = None
|
||||
self.is_overidable = False
|
||||
else:
|
||||
overrides = config.project_preset_overrides(project_name)
|
||||
overrides = config.project_configurations_overrides(project_name)
|
||||
self.is_overidable = True
|
||||
|
||||
self.project_name = project_name
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue