summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorxXJSONDeruloXx <danielhimebauch@gmail.com>2025-07-14 10:06:02 -0400
committerxXJSONDeruloXx <danielhimebauch@gmail.com>2025-07-14 10:06:02 -0400
commitbe019932fca02aa4a04927c7c843a56fce325331 (patch)
tree8e0e5f94bb636e2586c4b1dda0c2cefbb9cb651e /src
parent60afd2cefba4d1a8a165781682fcd362e07ea930 (diff)
downloaddecky-lsfg-vk-be019932fca02aa4a04927c7c843a56fce325331.tar.gz
decky-lsfg-vk-be019932fca02aa4a04927c7c843a56fce325331.zip
tooltip 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 803508a..ee18e5b 100644
--- a/src/components/ConfigurationSection.tsx
+++ b/src/components/ConfigurationSection.tsx
@@ -105,7 +105,7 @@ export function ConfigurationSection({
<PanelSectionRow>
<ToggleField
label="Immediate Mode"
- description="Disable vsync for reduced input lag (experimental, may break some games)"
+ description="Reduce input lag (Experimental, will cause issues in many games)"
checked={config.immediateMode}
onChange={onImmediateModeChange}
/>