From 057fdce8e43bb8bba78899286c77a6287e6b7e08 Mon Sep 17 00:00:00 2001 From: xXJSONDeruloXx Date: Sat, 26 Jul 2025 10:40:26 -0400 Subject: move wsi to top of workarounds --- src/components/ConfigurationSection.tsx | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) diff --git a/src/components/ConfigurationSection.tsx b/src/components/ConfigurationSection.tsx index 57c75ad..c1fcf25 100644 --- a/src/components/ConfigurationSection.tsx +++ b/src/components/ConfigurationSection.tsx @@ -161,6 +161,15 @@ export function ConfigurationSection({ {!workaroundsCollapsed && ( <> + + onConfigChange(DEACTIVATE_WSI, value)} + /> + + - - - onConfigChange(DEACTIVATE_WSI, value)} - /> - )} -- cgit v1.2.3