From 06ea2e0ca27348fea487613ca50248af920b465a Mon Sep 17 00:00:00 2001 From: xXJSONDeruloXx Date: Tue, 22 Jul 2025 15:14:57 -0400 Subject: bump lsfg-vk, change slider to dd for fps multiplier --- src/components/ConfigurationSection.tsx | 25 +++++++++++-------------- 1 file changed, 11 insertions(+), 14 deletions(-) (limited to 'src/components/ConfigurationSection.tsx') diff --git a/src/components/ConfigurationSection.tsx b/src/components/ConfigurationSection.tsx index c0b67fd..eb036ae 100644 --- a/src/components/ConfigurationSection.tsx +++ b/src/components/ConfigurationSection.tsx @@ -34,23 +34,20 @@ export function ConfigurationSection({ - onConfigChange(MULTIPLIER, value.data)} + rgOptions={[ + { data: 1, label: "OFF" }, + { data: 2, label: "2X" }, + { data: 3, label: "3X" }, + { data: 4, label: "4X" }, + { data: 5, label: "5X" }, + { data: 6, label: "6X" }, ]} - showValue={false} - notchTicksVisible={true} - onChange={(value) => onConfigChange(MULTIPLIER, value)} /> -- cgit v1.2.3