From c9ae3c5afa6612b98ea7152e9cfd892dd282cb3d Mon Sep 17 00:00:00 2001 From: xXJSONDeruloXx Date: Sat, 19 Jul 2025 09:15:51 -0400 Subject: update descriptions --- src/components/ConfigurationSection.tsx | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) (limited to 'src') diff --git a/src/components/ConfigurationSection.tsx b/src/components/ConfigurationSection.tsx index 85ca463..5afd8f6 100644 --- a/src/components/ConfigurationSection.tsx +++ b/src/components/ConfigurationSection.tsx @@ -98,12 +98,12 @@ export function ConfigurationSection({ onConfigChange('experimental_present_mode', value.data)} rgOptions={[ - { data: "fifo", label: "FIFO (VSync)" }, + { data: "fifo", label: "FIFO (VSync) - Default" }, { data: "mailbox", label: "Mailbox" }, { data: "immediate", label: "Immediate" } ]} @@ -122,14 +122,14 @@ export function ConfigurationSection({ color: "white" }} > - Environment Variables (Requires Re-launch) + Environment Variables (Requires re-launch) 0 ? ` (${config.dxvk_frame_rate} FPS)` : ' (Off)'}`} - description="Base framerate cap for DirectX games, before frame multiplier (requires game re-launch)" + label={`Base FPS Cap${config.dxvk_frame_rate > 0 ? ` (${config.dxvk_frame_rate} FPS)` : ' (Off)'}`} + description="Base framerate cap for DirectX games, before frame multiplier" value={config.dxvk_frame_rate} min={0} max={60} @@ -141,7 +141,7 @@ export function ConfigurationSection({ onConfigChange('enable_wow64', value)} /> @@ -150,7 +150,7 @@ export function ConfigurationSection({ onConfigChange('disable_steamdeck_mode', value)} /> -- cgit v1.2.3