diff options
Diffstat (limited to 'src/components/ConfigurationSection.tsx')
| -rw-r--r-- | src/components/ConfigurationSection.tsx | 12 |
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> |
