diff options
| author | xXJSONDeruloXx <danielhimebauch@gmail.com> | 2025-07-24 11:16:09 -0400 |
|---|---|---|
| committer | xXJSONDeruloXx <danielhimebauch@gmail.com> | 2025-07-24 11:16:09 -0400 |
| commit | 59b2b7c9ab5f392008405178ba11dcd977e31927 (patch) | |
| tree | a39f4534f84abb7a5c1d4832f4b4f00ecfc5fc18 /src/components/ConfigurationSection.tsx | |
| parent | d029ff81e6711201a63a9402076a819e189bbcdf (diff) | |
| download | decky-lsfg-vk-59b2b7c9ab5f392008405178ba11dcd977e31927.tar.gz decky-lsfg-vk-59b2b7c9ab5f392008405178ba11dcd977e31927.zip | |
cleanup
Diffstat (limited to 'src/components/ConfigurationSection.tsx')
| -rw-r--r-- | src/components/ConfigurationSection.tsx | 18 |
1 files changed, 1 insertions, 17 deletions
diff --git a/src/components/ConfigurationSection.tsx b/src/components/ConfigurationSection.tsx index 045bd8c..3ad3dfc 100644 --- a/src/components/ConfigurationSection.tsx +++ b/src/components/ConfigurationSection.tsx @@ -63,7 +63,7 @@ export function ConfigurationSection({ onChange={(value) => onConfigChange(FLOW_SCALE, value)} /> </PanelSectionRow> - + <PanelSectionRow> <SliderField label={`Base FPS Cap${config.dxvk_frame_rate > 0 ? ` (${config.dxvk_frame_rate} FPS)` : ' (Off)'}`} @@ -103,22 +103,6 @@ export function ConfigurationSection({ /> </PanelSectionRow> - {/* <PanelSectionRow> - <div - style={{ - fontSize: "14px", - fontWeight: "bold", - marginTop: "16px", - marginBottom: "8px", - borderBottom: "1px solid rgba(255, 255, 255, 0.2)", - paddingBottom: "4px", - color: "white" - }} - > - Experimental Features - </div> - </PanelSectionRow> */} - {/* Workarounds Section */} <PanelSectionRow> <div |
