summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorxXJSONDeruloXx <danielhimebauch@gmail.com>2025-07-18 09:17:16 -0400
committerxXJSONDeruloXx <danielhimebauch@gmail.com>2025-07-18 09:17:16 -0400
commitda113f878447e0830d414bb90b79b9a03d8cedec (patch)
tree85615b3d1145100bb965a7713b47087f74461d82
parent4ab2952d1b3bd5b87e9b9766c0b098f1b4885340 (diff)
downloaddecky-lsfg-vk-da113f878447e0830d414bb90b79b9a03d8cedec.tar.gz
decky-lsfg-vk-da113f878447e0830d414bb90b79b9a03d8cedec.zip
fix label for multiplier
-rw-r--r--src/components/ConfigurationSection.tsx2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/components/ConfigurationSection.tsx b/src/components/ConfigurationSection.tsx
index 794a860..f44dd4f 100644
--- a/src/components/ConfigurationSection.tsx
+++ b/src/components/ConfigurationSection.tsx
@@ -55,7 +55,7 @@ export function ConfigurationSection({
step={1}
notchCount={4}
notchLabels={[
- { notchIndex: 0, label: "1X" },
+ { notchIndex: 0, label: "OFF" },
{ notchIndex: 1, label: "2X" },
{ notchIndex: 2, label: "3X" },
{ notchIndex: 3, label: "4X" }