summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorxXJSONDeruloXx <danielhimebauch@gmail.com>2025-07-18 09:15:00 -0400
committerxXJSONDeruloXx <danielhimebauch@gmail.com>2025-07-18 09:15:00 -0400
commit4ab2952d1b3bd5b87e9b9766c0b098f1b4885340 (patch)
tree86f63fff99dc6d4d4d8a3ddc51f92b363bf6200e /src
parent14b08ac219dc134e130fc89b02c5a963d93bf243 (diff)
downloaddecky-lsfg-vk-4ab2952d1b3bd5b87e9b9766c0b098f1b4885340.tar.gz
decky-lsfg-vk-4ab2952d1b3bd5b87e9b9766c0b098f1b4885340.zip
description tweak
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 8433b04..794a860 100644
--- a/src/components/ConfigurationSection.tsx
+++ b/src/components/ConfigurationSection.tsx
@@ -130,7 +130,7 @@ export function ConfigurationSection({
<PanelSectionRow>
<SliderField
label={`FPS Limit${config.experimental_fps_limit > 0 ? ` (${config.experimental_fps_limit} FPS)` : ' (Off)'}`}
- description="Base framerate cap for DXVK games, before frame multiplier (0 = disabled)"
+ description="Base framerate cap for DirectX games, before frame multiplier (0 = disabled)"
value={config.experimental_fps_limit}
min={0}
max={60}