diff options
Diffstat (limited to 'src/components/OptiScalerControls.tsx')
| -rw-r--r-- | src/components/OptiScalerControls.tsx | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/components/OptiScalerControls.tsx b/src/components/OptiScalerControls.tsx index 2167fcd..a8b0863 100644 --- a/src/components/OptiScalerControls.tsx +++ b/src/components/OptiScalerControls.tsx @@ -126,6 +126,7 @@ export function OptiScalerControls({ pathExists, setPathExists, fgmodInfo }: Opt <PanelSectionRow> <DropdownItem + layout="below" label="Default FSR4 runtime" description={FSR4_VARIANT_OPTIONS.find((option) => option.value === fsr4Variant)?.hint} menuLabel="Default FSR4 runtime" @@ -149,6 +150,7 @@ export function OptiScalerControls({ pathExists, setPathExists, fgmodInfo }: Opt {pathExists === true && ( <PanelSectionRow> <DropdownItem + layout="below" label="Proxy DLL name" description={PROXY_DLL_OPTIONS.find((o) => o.value === dllName)?.hint} menuLabel="Proxy DLL name" |
