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 /src | |
| parent | f8139896f2077a95a78a54c818637f78dd102de8 (diff) | |
| download | decky-lsfg-vk-f8c09209513507ad9af7822c32119cf6d6fae0ac.tar.gz decky-lsfg-vk-f8c09209513507ad9af7822c32119cf6d6fae0ac.zip | |
rm test config options
Diffstat (limited to 'src')
| -rw-r--r-- | src/components/ConfigurationSection.tsx | 32 |
1 files changed, 0 insertions, 32 deletions
diff --git a/src/components/ConfigurationSection.tsx b/src/components/ConfigurationSection.tsx index 3f15bac..1c0d2b2 100644 --- a/src/components/ConfigurationSection.tsx +++ b/src/components/ConfigurationSection.tsx @@ -182,38 +182,6 @@ export function ConfigurationSection({ onChange={(value) => onConfigChange('disable_vkbasalt', value)} /> </PanelSectionRow> - - <PanelSectionRow> - <ToggleField - label="Foobar Toggle (Test)" - description="Test script-only toggle that exports FOOBAR=1 (for testing purposes)" - checked={config.foobar_toggle} - onChange={(value) => onConfigChange('foobar_toggle', value)} - /> - </PanelSectionRow> - - <PanelSectionRow> - <div> - <div style={{ marginBottom: "8px", fontSize: "14px" }}>Test Config Only Field</div> - <input - type="text" - value={config.test_config_only} - onChange={(e) => onConfigChange('test_config_only', e.target.value)} - placeholder="Enter test value" - style={{ - width: "100%", - padding: "8px", - borderRadius: "4px", - border: "1px solid #4c4c4c", - backgroundColor: "#2d2d2d", - color: "#ffffff" - }} - /> - <div style={{ fontSize: "12px", color: "#999", marginTop: "4px" }}> - Test TOML-only configuration field (not in script) - </div> - </div> - </PanelSectionRow> </> ); } |
