diff options
| author | xXJSONDeruloXx <danielhimebauch@gmail.com> | 2025-07-16 11:37:40 -0400 |
|---|---|---|
| committer | xXJSONDeruloXx <danielhimebauch@gmail.com> | 2025-07-16 11:37:40 -0400 |
| commit | 1bc7e97c0a915f2d3c035a65659cea4e37aa9ad6 (patch) | |
| tree | 476982d0fe18881518009bac16439109ffcbb41e /src | |
| parent | 9ca1d59049f8c37a49db1bfb75e471f752b8daaf (diff) | |
| download | decky-lsfg-vk-1bc7e97c0a915f2d3c035a65659cea4e37aa9ad6.tar.gz decky-lsfg-vk-1bc7e97c0a915f2d3c035a65659cea4e37aa9ad6.zip | |
revise desc of fps slider
Diffstat (limited to 'src')
| -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} |
