diff options
| -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 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} /> |
