From 2a250720a6eaf632f2411bdbe52b8b9549a894c8 Mon Sep 17 00:00:00 2001 From: daijro Date: Thu, 6 Feb 2025 20:58:10 -0600 Subject: [PATCH] Add the disableTheming property to config map #179 --- settings/camoucfg.jvv | 1 + settings/properties.json | 3 ++- 2 files changed, 3 insertions(+), 1 deletion(-) 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 +]