diff options
Diffstat (limited to 'src/components/ConfigurationSection.tsx')
| -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 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)} /> |
