diff options
| author | Kurt Himebauch <136133082+xXJSONDeruloXx@users.noreply.github.com> | 2025-07-14 10:28:17 -0400 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2025-07-14 10:28:17 -0400 |
| commit | 7a0fb1c68685e825204d28afac12b8d7dc013ab3 (patch) | |
| tree | 184d29243420c700d6bff1f08ae19440d483c041 /src | |
| parent | 3b007d74cda29456fe142b59bf53912c8e8a7206 (diff) | |
| parent | b83ec780d0075edd1bb4eaeb8e60a1734ecac9b8 (diff) | |
| download | decky-lsfg-vk-7a0fb1c68685e825204d28afac12b8d7dc013ab3.tar.gz decky-lsfg-vk-7a0fb1c68685e825204d28afac12b8d7dc013ab3.zip | |
Merge pull request #11 from xXJSONDeruloXx/tooltip-copy
Tooltip copy & Readme Changes
Diffstat (limited to 'src')
| -rw-r--r-- | src/components/ConfigurationSection.tsx | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/src/components/ConfigurationSection.tsx b/src/components/ConfigurationSection.tsx index 707ad2a..ee18e5b 100644 --- a/src/components/ConfigurationSection.tsx +++ b/src/components/ConfigurationSection.tsx @@ -75,7 +75,7 @@ export function ConfigurationSection({ <PanelSectionRow> <SliderField label={`Flow Scale ${Math.round(config.flowScale * 100)}%`} - description="Lowers the generated frame's resolution" + description="Lowers the internal motion estimation resolution" value={config.flowScale} min={0.25} max={1.0} @@ -96,7 +96,7 @@ export function ConfigurationSection({ <PanelSectionRow> <ToggleField label="Performance Mode" - description="Use lighter model for FG (experimental)" + description="Use lighter model for FG" checked={config.perfMode} onChange={onPerfModeChange} /> @@ -105,7 +105,7 @@ export function ConfigurationSection({ <PanelSectionRow> <ToggleField label="Immediate Mode" - description="Disable vsync for reduced input lag" + description="Reduce input lag (Experimental, will cause issues in many games)" checked={config.immediateMode} onChange={onImmediateModeChange} /> |
