summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorxXJSONDeruloXx <danielhimebauch@gmail.com>2025-07-18 23:42:14 -0400
committerxXJSONDeruloXx <danielhimebauch@gmail.com>2025-07-18 23:42:14 -0400
commit6dafc215f2728832d4ea6ef873dbfa34d58dc0e4 (patch)
treeee668fc9d3db58944e1970f6e8cec577152feb18
parent2087af2315b14e82117e643c16686e9555aa9d9b (diff)
downloaddecky-lsfg-vk-6dafc215f2728832d4ea6ef873dbfa34d58dc0e4.tar.gz
decky-lsfg-vk-6dafc215f2728832d4ea6ef873dbfa34d58dc0e4.zip
fix labels
-rw-r--r--src/components/ConfigurationSection.tsx8
1 files changed, 4 insertions, 4 deletions
diff --git a/src/components/ConfigurationSection.tsx b/src/components/ConfigurationSection.tsx
index 00717bc..a55395e 100644
--- a/src/components/ConfigurationSection.tsx
+++ b/src/components/ConfigurationSection.tsx
@@ -56,10 +56,10 @@ export function ConfigurationSection({
step={1}
notchCount={4}
notchLabels={[
- { notchIndex: 1, label: "OFF" },
- { notchIndex: 2, label: "2X" },
- { notchIndex: 3, label: "3X" },
- { notchIndex: 4, label: "4X" }
+ { notchIndex: 0, label: "OFF" },
+ { notchIndex: 1, label: "2X" },
+ { notchIndex: 2, label: "3X" },
+ { notchIndex: 3, label: "4X" }
]}
onChange={(value) => onConfigChange('multiplier', value)}
/>