diff options
| author | xXJSONDeruloXx <danielhimebauch@gmail.com> | 2025-07-22 12:40:23 -0400 |
|---|---|---|
| committer | xXJSONDeruloXx <danielhimebauch@gmail.com> | 2025-07-22 12:40:23 -0400 |
| commit | f8c09209513507ad9af7822c32119cf6d6fae0ac (patch) | |
| tree | 8578c335f1e8d5ade62ac946b080cd1909a5c8f8 /shared_config.py | |
| parent | f8139896f2077a95a78a54c818637f78dd102de8 (diff) | |
| download | decky-lsfg-vk-f8c09209513507ad9af7822c32119cf6d6fae0ac.tar.gz decky-lsfg-vk-f8c09209513507ad9af7822c32119cf6d6fae0ac.zip | |
rm test config 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" } } |
