tweaks the codes to use list instead of dict for OP settings

This commit is contained in:
Kayla Man 2023-11-09 17:21:37 +08:00
parent 57131a8b40
commit 0403af298e
3 changed files with 77 additions and 76 deletions

View file

@ -44,7 +44,7 @@
"ValidateLoadedPlugin": {
"enabled": false,
"optional": true,
"family_plugins_mapping": {}
"family_plugins_mapping": []
}
}
}