diff options
Diffstat (limited to 'shared_config.py')
| -rw-r--r-- | shared_config.py | 16 |
1 files changed, 0 insertions, 16 deletions
diff --git a/shared_config.py b/shared_config.py index ca9172f..68c7b82 100644 --- a/shared_config.py +++ b/shared_config.py @@ -106,22 +106,6 @@ CONFIG_SCHEMA_DEF = { "default": False, "description": "Disables vkBasalt layer which can conflict with LSFG (Reshade, some Decky plugins)", "location": "script" - }, - - "foobar_toggle": { - "name": "foobar_toggle", - "fieldType": ConfigFieldType.BOOLEAN, - "default": False, - "description": "Test script-only toggle that exports FOOBAR=1 (for testing purposes)", - "location": "script" - }, - - "test_config_only": { - "name": "test_config_only", - "fieldType": ConfigFieldType.STRING, - "default": "default_value", - "description": "Test TOML-only configuration field (not in script)", - "location": "toml" } } |
