summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorxXJSONDeruloXx <danielhimebauch@gmail.com>2026-08-03 14:18:50 -0400
committerxXJSONDeruloXx <danielhimebauch@gmail.com>2026-08-03 14:18:50 -0400
commit24840e334aff52ef77a92dbedaf3c574496d6ea9 (patch)
treeb596c42f04240d66ad934ece56bc16e300178a09
parent27c821cc860606fe721f2b83af5ff88317d2c37f (diff)
downloaddecky-lsfg-vk-24840e334aff52ef77a92dbedaf3c574496d6ea9.tar.gz
decky-lsfg-vk-24840e334aff52ef77a92dbedaf3c574496d6ea9.zip
fix: simplify FP16 toggle descriptionfeat/expose-fp16-selection
-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 1683ca2..344481e 100644
--- a/src/components/ConfigurationSection.tsx
+++ b/src/components/ConfigurationSection.tsx
@@ -128,7 +128,7 @@ export function ConfigurationSection({
<PanelSectionRow>
<ToggleField
label="FP16 Acceleration"
- description="Use FP16 shaders when supported; disable this on older NVIDIA GPUs if needed"
+ description="Use FP16 shaders when supported"
checked={!config.no_fp16}
onChange={(value) => onConfigChange(NO_FP16, !value)}
/>