summaryrefslogtreecommitdiff
path: root/src/components/ConfigurationSection.tsx
diff options
context:
space:
mode:
Diffstat (limited to 'src/components/ConfigurationSection.tsx')
-rw-r--r--src/components/ConfigurationSection.tsx18
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