summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorxXJSONDeruloXx <danielhimebauch@gmail.com>2025-07-18 17:18:57 -0400
committerxXJSONDeruloXx <danielhimebauch@gmail.com>2025-07-18 17:18:57 -0400
commitb9302548a4def670c8600086ba8685c075ceac3d (patch)
treebb4a27378a15b34dc22a3bf1fa14efadeec4b5f3
parentb69a17a6bad56eb80a7296078a30c722bac9c253 (diff)
downloaddecky-lsfg-vk-b9302548a4def670c8600086ba8685c075ceac3d.tar.gz
decky-lsfg-vk-b9302548a4def670c8600086ba8685c075ceac3d.zip
fix stuck sliderv0.6.3v0.6.2v0.6.1
-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 a55395e..00717bc 100644
--- a/src/components/ConfigurationSection.tsx
+++ b/src/components/ConfigurationSection.tsx
@@ -56,10 +56,10 @@ export function ConfigurationSection({
step={1}
notchCount={4}
notchLabels={[
- { notchIndex: 0, label: "OFF" },
- { notchIndex: 1, label: "2X" },
- { notchIndex: 2, label: "3X" },
- { notchIndex: 3, label: "4X" }
+ { notchIndex: 1, label: "OFF" },
+ { notchIndex: 2, label: "2X" },
+ { notchIndex: 3, label: "3X" },
+ { notchIndex: 4, label: "4X" }
]}
onChange={(value) => onConfigChange('multiplier', value)}
/>