diff options
| author | xXJSONDeruloXx <danielhimebauch@gmail.com> | 2025-07-18 12:24:07 -0400 |
|---|---|---|
| committer | xXJSONDeruloXx <danielhimebauch@gmail.com> | 2025-07-18 12:24:07 -0400 |
| commit | 420571823c13345112ff608818b47b6b02d23fb4 (patch) | |
| tree | bceded9d0040dbabb946f855763fc75adbd71d51 | |
| parent | f3846f88402b6216675c9c48c04ab5a30cce3062 (diff) | |
| download | decky-lsfg-vk-420571823c13345112ff608818b47b6b02d23fb4.tar.gz decky-lsfg-vk-420571823c13345112ff608818b47b6b02d23fb4.zip | |
feat: hide depreciated enable toggle
| -rw-r--r-- | src/components/ConfigurationSection.tsx | 6 |
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 |
