summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorxXJSONDeruloXx <danielhimebauch@gmail.com>2025-07-16 11:37:40 -0400
committerxXJSONDeruloXx <danielhimebauch@gmail.com>2025-07-16 11:37:40 -0400
commit1bc7e97c0a915f2d3c035a65659cea4e37aa9ad6 (patch)
tree476982d0fe18881518009bac16439109ffcbb41e /src
parent9ca1d59049f8c37a49db1bfb75e471f752b8daaf (diff)
downloaddecky-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.tsx2
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}