summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorxXJSONDeruloXx <danielhimebauch@gmail.com>2025-08-25 16:36:43 -0400
committerxXJSONDeruloXx <danielhimebauch@gmail.com>2025-08-25 16:36:43 -0400
commit026e58d6966aa8596c791455bffa54cd04c025ef (patch)
treeff0a045d3058a76e72bcf73d91effc26264cb327 /src
parent0abec8e032a4d1d924cc646bf46d02f8b1009ba9 (diff)
downloaddecky-lsfg-vk-026e58d6966aa8596c791455bffa54cd04c025ef.tar.gz
decky-lsfg-vk-026e58d6966aa8596c791455bffa54cd04c025ef.zip
fix hdr and wsi logic in FE correctly this time
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 319168b..094cb02 100644
--- a/src/components/ConfigurationSection.tsx
+++ b/src/components/ConfigurationSection.tsx
@@ -109,7 +109,7 @@ export function ConfigurationSection({
<PanelSectionRow>
<ToggleField
label="HDR Mode"
- description={"Enables HDR mode (only for games that support HDR)"}
+ description="Enables HDR mode (only for games that support HDR)"
checked={config.hdr_mode}
onChange={(value) => onConfigChange(HDR_MODE, value)}
/>