mirror of
https://github.com/ynput/ayon-core.git
synced 2025-12-24 21:04:40 +01:00
simplify system settings conversion
This commit is contained in:
parent
731a4d7b29
commit
6b1b4367bb
1 changed files with 0 additions and 3 deletions
|
|
@ -164,9 +164,6 @@ def convert_system_settings(ayon_settings, default_settings, addon_versions):
|
|||
output = {
|
||||
"modules": {}
|
||||
}
|
||||
if "applications" in ayon_settings:
|
||||
output["applications"] = ayon_settings["applications"]
|
||||
|
||||
if "core" in ayon_settings:
|
||||
_convert_general(ayon_settings, output, default_settings)
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue