From 9ca1d59049f8c37a49db1bfb75e471f752b8daaf Mon Sep 17 00:00:00 2001 From: xXJSONDeruloXx Date: Wed, 16 Jul 2025 11:33:17 -0400 Subject: slider non notches for fps capper --- src/components/ConfigurationSection.tsx | 12 +----------- 1 file changed, 1 insertion(+), 11 deletions(-) (limited to 'src') 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} /> -- cgit v1.2.3