summaryrefslogtreecommitdiff
path: root/src/components/ConfigurationSection.tsx
diff options
context:
space:
mode:
Diffstat (limited to 'src/components/ConfigurationSection.tsx')
-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)}
/>