diff options
| author | xXJSONDeruloXx <danielhimebauch@gmail.com> | 2026-08-03 14:18:50 -0400 |
|---|---|---|
| committer | xXJSONDeruloXx <danielhimebauch@gmail.com> | 2026-08-03 14:18:50 -0400 |
| commit | 24840e334aff52ef77a92dbedaf3c574496d6ea9 (patch) | |
| tree | b596c42f04240d66ad934ece56bc16e300178a09 /src | |
| parent | 27c821cc860606fe721f2b83af5ff88317d2c37f (diff) | |
| download | decky-lsfg-vk-24840e334aff52ef77a92dbedaf3c574496d6ea9.tar.gz decky-lsfg-vk-24840e334aff52ef77a92dbedaf3c574496d6ea9.zip | |
fix: simplify FP16 toggle descriptionfeat/expose-fp16-selection
Diffstat (limited to 'src')
| -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 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)} /> |
