diff options
Diffstat (limited to 'src/components')
| -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 ab1e1b7..11bb6b9 100644 --- a/src/components/ConfigurationSection.tsx +++ b/src/components/ConfigurationSection.tsx @@ -120,7 +120,7 @@ export function ConfigurationSection({ <PanelSectionRow> <SliderField label={`Game Frame Cap ${config.frameCap === 0 ? "(Disabled)" : `(${config.frameCap} FPS)`}`} - description="Limit frame rate using DXVK_FRAME_RATE (0 = disabled)" + description="Limit base game FPS (0 = disabled)" value={config.frameCap} min={0} max={60} |
