From ab8ddfef740ad2877e4d82be6471474c89755653 Mon Sep 17 00:00:00 2001 From: xXJSONDeruloXx Date: Sat, 26 Jul 2025 14:53:30 -0400 Subject: swap wsi disable to enable, ui toggle off state as enable = 0 on default --- src/components/ConfigurationSection.tsx | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to 'src/components/ConfigurationSection.tsx') diff --git a/src/components/ConfigurationSection.tsx b/src/components/ConfigurationSection.tsx index c1fcf25..d208f97 100644 --- a/src/components/ConfigurationSection.tsx +++ b/src/components/ConfigurationSection.tsx @@ -6,7 +6,7 @@ import { FpsMultiplierControl } from "./FpsMultiplierControl"; import { FLOW_SCALE, PERFORMANCE_MODE, HDR_MODE, EXPERIMENTAL_PRESENT_MODE, DXVK_FRAME_RATE, DISABLE_STEAMDECK_MODE, - MANGOHUD_WORKAROUND, DISABLE_VKBASALT, FORCE_ENABLE_VKBASALT, DEACTIVATE_WSI + MANGOHUD_WORKAROUND, DISABLE_VKBASALT, FORCE_ENABLE_VKBASALT, ENABLE_WSI } from "../config/generatedConfigSchema"; interface ConfigurationSectionProps { @@ -163,10 +163,10 @@ export function ConfigurationSection({ <> onConfigChange(DEACTIVATE_WSI, value)} + label="Enable WSI" + description="Enable Gamescope WSI Layer, disable if frame generation isn't applying or isn't feeling smooth (use with HDR off)" + checked={config.enable_wsi} + onChange={(value) => onConfigChange(ENABLE_WSI, value)} /> -- cgit v1.2.3