summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--src/components/ConfigurationSection.tsx6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/components/ConfigurationSection.tsx b/src/components/ConfigurationSection.tsx
index bfbeb98..19c10ea 100644
--- a/src/components/ConfigurationSection.tsx
+++ b/src/components/ConfigurationSection.tsx
@@ -27,14 +27,14 @@ export function ConfigurationSection({
</div>
</PanelSectionRow>
- <PanelSectionRow>
+ {/* <PanelSectionRow>
<ToggleField
label="Enable LSFG"
- description="enable/disable lsfg globally (apply before launching games)"
+ description="Enables lsfg globally (apply before launching games)"
checked={config.enable}
onChange={(value) => onConfigChange('enable', value)}
/>
- </PanelSectionRow>
+ </PanelSectionRow> */}
{/* <PanelSectionRow>
<TextField