From 748351384705323a87f7ebc388a3ab858b9ac62f Mon Sep 17 00:00:00 2001 From: xXJSONDeruloXx Date: Fri, 18 Jul 2025 16:24:43 -0400 Subject: initial env var additions --- src/components/ConfigurationSection.tsx | 34 +++++++++++++++++++++++++++++++++ 1 file changed, 34 insertions(+) (limited to 'src/components/ConfigurationSection.tsx') diff --git a/src/components/ConfigurationSection.tsx b/src/components/ConfigurationSection.tsx index dc8da89..1748839 100644 --- a/src/components/ConfigurationSection.tsx +++ b/src/components/ConfigurationSection.tsx @@ -94,6 +94,40 @@ export function ConfigurationSection({ /> + +
+ Environment Variables +
+
+ + + onConfigChange('enable_wow64', value)} + /> + + + + onConfigChange('disable_steamdeck_mode', value)} + /> + +