summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorxXJSONDeruloXx <danielhimebauch@gmail.com>2025-07-16 11:33:17 -0400
committerxXJSONDeruloXx <danielhimebauch@gmail.com>2025-07-16 11:33:17 -0400
commit9ca1d59049f8c37a49db1bfb75e471f752b8daaf (patch)
treef77107c5850296e1e81adf84ed4fb507c5d16302 /src
parent5b19ce0fb3b1a6fb6f88a2b66f39597fef32edb5 (diff)
downloaddecky-lsfg-vk-9ca1d59049f8c37a49db1bfb75e471f752b8daaf.tar.gz
decky-lsfg-vk-9ca1d59049f8c37a49db1bfb75e471f752b8daaf.zip
slider non notches for fps capper
Diffstat (limited to 'src')
-rw-r--r--src/components/ConfigurationSection.tsx12
1 files changed, 1 insertions, 11 deletions
diff --git a/src/components/ConfigurationSection.tsx b/src/components/ConfigurationSection.tsx
index 6c6f50a..ab1e1b7 100644
--- a/src/components/ConfigurationSection.tsx
+++ b/src/components/ConfigurationSection.tsx
@@ -124,17 +124,7 @@ export function ConfigurationSection({
value={config.frameCap}
min={0}
max={60}
- step={5}
- notchCount={7}
- notchLabels={[
- { notchIndex: 0, label: "Off" },
- { notchIndex: 1, label: "10" },
- { notchIndex: 2, label: "20" },
- { notchIndex: 3, label: "30" },
- { notchIndex: 4, label: "40" },
- { notchIndex: 5, label: "50" },
- { notchIndex: 6, label: "60" }
- ]}
+ step={1}
onChange={onFrameCapChange}
/>
</PanelSectionRow>