diff --git a/settings/camoucfg.jvv b/settings/camoucfg.jvv index efc255e..450c4fc 100644 --- a/settings/camoucfg.jvv +++ b/settings/camoucfg.jvv @@ -294,6 +294,7 @@ "allowMainWorld": "bool", "forceScopeAccess": "bool", "enableRemoteSubframes": "bool", + "disableTheming": "bool", "memorysaver": "bool", "addons": "array[str]", "debug": "bool" diff --git a/settings/properties.json b/settings/properties.json index 19ea09a..54c6770 100644 --- a/settings/properties.json +++ b/settings/properties.json @@ -96,7 +96,8 @@ { "property": "allowMainWorld", "type": "bool" }, { "property": "forceScopeAccess", "type": "bool" }, { "property": "enableRemoteSubframes", "type": "bool" }, + { "property": "disableTheming", "type": "bool" }, { "property": "memorysaver", "type": "bool" }, { "property": "addons", "type": "array" }, { "property": "debug", "type": "bool" } -] \ No newline at end of file +]