diff options
| author | xXJSONDeruloXx <danielhimebauch@gmail.com> | 2025-08-16 15:45:32 -0400 |
|---|---|---|
| committer | xXJSONDeruloXx <danielhimebauch@gmail.com> | 2025-08-16 15:45:32 -0400 |
| commit | aaf9351b6f91b35d6e33b9d52d51cae6061c93bd (patch) | |
| tree | effc063fea78efc61ed904598427e2876c0e96c4 /src | |
| parent | 44ed9e7b49e48601d8d0577251716e9d8a314bd0 (diff) | |
| download | decky-lsfg-vk-aaf9351b6f91b35d6e33b9d52d51cae6061c93bd.tar.gz decky-lsfg-vk-aaf9351b6f91b35d6e33b9d52d51cae6061c93bd.zip | |
hide fp16 toggle
Diffstat (limited to 'src')
| -rw-r--r-- | src/components/ConfigurationSection.tsx | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/components/ConfigurationSection.tsx b/src/components/ConfigurationSection.tsx index 31ce278..466a982 100644 --- a/src/components/ConfigurationSection.tsx +++ b/src/components/ConfigurationSection.tsx @@ -113,14 +113,14 @@ export function ConfigurationSection({ /> </PanelSectionRow> - <PanelSectionRow> + {/* <PanelSectionRow> <ToggleField label="Force Disable FP16" description="Force-disable FP16 acceleration" checked={config.no_fp16} onChange={(value) => onConfigChange(NO_FP16, value)} /> - </PanelSectionRow> + </PanelSectionRow> */} <PanelSectionRow> <ToggleField |
