diff options
| author | xXJSONDeruloXx <danielhimebauch@gmail.com> | 2025-07-18 12:12:55 -0400 |
|---|---|---|
| committer | xXJSONDeruloXx <danielhimebauch@gmail.com> | 2025-07-18 12:12:55 -0400 |
| commit | f3846f88402b6216675c9c48c04ab5a30cce3062 (patch) | |
| tree | 32ac1ec1d1229444bb97c531d12a7d5c749d1afe /src/components/ConfigurationSection.tsx | |
| parent | 48ee73dae1bdecec47ccbaf5456be8c5937cb0fd (diff) | |
| download | decky-lsfg-vk-f3846f88402b6216675c9c48c04ab5a30cce3062.tar.gz decky-lsfg-vk-f3846f88402b6216675c9c48c04ab5a30cce3062.zip | |
restore clipboard wiki button
Diffstat (limited to 'src/components/ConfigurationSection.tsx')
| -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 f44dd4f..bfbeb98 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 (1 = no interpolation)" + description="Traditional FPS multiplier value (OFF = no interpolation)" value={config.multiplier} min={1} max={4} |
