From 8bdca28cca62afa3b1697cba71c735fc3deea41e Mon Sep 17 00:00:00 2001 From: xXJSONDeruloXx Date: Mon, 3 Aug 2026 11:55:35 -0400 Subject: refactor: remove legacy profile controls --- src/components/ConfigurationSection.tsx | 42 +++------------------------------ 1 file changed, 3 insertions(+), 39 deletions(-) (limited to 'src/components') diff --git a/src/components/ConfigurationSection.tsx b/src/components/ConfigurationSection.tsx index 538975e..1ab570b 100644 --- a/src/components/ConfigurationSection.tsx +++ b/src/components/ConfigurationSection.tsx @@ -1,10 +1,10 @@ -import { PanelSectionRow, ToggleField, SliderField, ButtonItem, TextField } from "@decky/ui"; +import { PanelSectionRow, ToggleField, SliderField, ButtonItem } from "@decky/ui"; import { useState, useEffect } from "react"; import { RiArrowDownSFill, RiArrowUpSFill } from "react-icons/ri"; import { ConfigurationData } from "../config/configSchema"; import { - ACTIVE_IN, ALLOW_FP16, DISABLE_LSFGVK, DLL, FLOW_SCALE, GPU, - PERFORMANCE_MODE, USE_NATIVE_MATCHING, DXVK_FRAME_RATE, DISABLE_STEAMDECK_MODE, + ALLOW_FP16, DISABLE_LSFGVK, FLOW_SCALE, + PERFORMANCE_MODE, DXVK_FRAME_RATE, DISABLE_STEAMDECK_MODE, MANGOHUD_WORKAROUND, DISABLE_VKBASALT, FORCE_ENABLE_VKBASALT, ENABLE_WSI, ENABLE_ZINK } from "../config/generatedConfigSchema"; @@ -113,15 +113,6 @@ export function ConfigurationSection({ {!configCollapsed && ( <> - - onConfigChange(DLL, event.currentTarget.value)} - /> - - - - onConfigChange(GPU, event.currentTarget.value)} - /> - - - - onConfigChange(ACTIVE_IN, event.currentTarget.value)} - /> - - - - onConfigChange(USE_NATIVE_MATCHING, value)} - /> - - 0 ? ` (${config.dxvk_frame_rate} FPS)` : " (Off)"}`} -- cgit v1.2.3