mirror of
https://github.com/ynput/ayon-core.git
synced 2025-12-26 13:52:15 +01:00
fix defaults dir of project settings
This commit is contained in:
parent
2bd691ce5f
commit
6dabce1232
1 changed files with 1 additions and 1 deletions
|
|
@ -647,7 +647,7 @@ class ProjectSettings(RootEntity):
|
|||
|
||||
Implementation of abstract method.
|
||||
"""
|
||||
return os.path.join(DEFAULTS_DIR, SYSTEM_SETTINGS_KEY)
|
||||
return DEFAULTS_DIR
|
||||
|
||||
def _save_studio_values(self):
|
||||
settings_value = self.settings_value()
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue