diff options
| author | xXJSONDeruloXx <danielhimebauch@gmail.com> | 2025-07-18 09:17:16 -0400 |
|---|---|---|
| committer | xXJSONDeruloXx <danielhimebauch@gmail.com> | 2025-07-18 09:17:16 -0400 |
| commit | da113f878447e0830d414bb90b79b9a03d8cedec (patch) | |
| tree | 85615b3d1145100bb965a7713b47087f74461d82 | |
| parent | 4ab2952d1b3bd5b87e9b9766c0b098f1b4885340 (diff) | |
| download | decky-lsfg-vk-da113f878447e0830d414bb90b79b9a03d8cedec.tar.gz decky-lsfg-vk-da113f878447e0830d414bb90b79b9a03d8cedec.zip | |
fix label for multiplier
| -rw-r--r-- | src/components/ConfigurationSection.tsx | 2 |
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" } |
