summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorxXJSONDeruloXx <danielhimebauch@gmail.com>2025-07-18 15:09:32 -0400
committerxXJSONDeruloXx <danielhimebauch@gmail.com>2025-07-18 15:09:32 -0400
commitbb76e4e61a608b9ce77de6f2e2bce2ce1f3839ea (patch)
treec25fadf6d69b94cd2c0a116d78b8eff8d4b3e193 /src
parent2bb4544db5a506fbd27e40881f924e839308f6a0 (diff)
downloaddecky-lsfg-vk-bb76e4e61a608b9ce77de6f2e2bce2ce1f3839ea.tar.gz
decky-lsfg-vk-bb76e4e61a608b9ce77de6f2e2bce2ce1f3839ea.zip
update descriptions
Diffstat (limited to 'src')
-rw-r--r--src/components/ConfigurationSection.tsx4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/components/ConfigurationSection.tsx b/src/components/ConfigurationSection.tsx
index 5767d08..dc8da89 100644
--- a/src/components/ConfigurationSection.tsx
+++ b/src/components/ConfigurationSection.tsx
@@ -48,7 +48,7 @@ export function ConfigurationSection({
<PanelSectionRow>
<SliderField
label="FPS Multiplier"
- description="Traditional FPS multiplier value (OFF = no interpolation)"
+ description="Traditional FPS multiplier value"
value={config.multiplier}
min={1}
max={4}
@@ -67,7 +67,7 @@ export function ConfigurationSection({
<PanelSectionRow>
<SliderField
label={`Flow Scale ${Math.round(config.flow_scale * 100)}%`}
- description="Changes the flow scale (lower = faster)"
+ description="Lowers internal motion estimation resolution, improving performance slightly"
value={config.flow_scale}
min={0.25}
max={1.0}