mirror of
https://github.com/ynput/ayon-core.git
synced 2025-12-25 05:14:40 +01:00
fixed SystemSettings initialization in project settings root
This commit is contained in:
parent
ea75b495a0
commit
8b86b0634c
1 changed files with 1 additions and 1 deletions
|
|
@ -596,7 +596,7 @@ class ProjectSettings(RootEntity):
|
|||
def system_settings_entity(self):
|
||||
output = self._system_settings_entity
|
||||
if output is None:
|
||||
output = SystemSettings()
|
||||
output = SystemSettings(set_studio_state=False)
|
||||
self._system_settings_entity = output
|
||||
|
||||
if self.override_state is OverrideState.DEFAULTS:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue