summaryrefslogtreecommitdiff
path: root/src/components
diff options
context:
space:
mode:
authorxXJSONDeruloXx <danielhimebauch@gmail.com>2025-07-22 11:41:49 -0400
committerxXJSONDeruloXx <danielhimebauch@gmail.com>2025-07-22 11:41:49 -0400
commitdfe4c033dd1922a63c8393ab467e9aa58fa757e4 (patch)
treee6e518f4becdf0edd1e5f6fefd060b5c9060f010 /src/components
parentc02343e68874efd57c2e312cb6b7e4f02222e43a (diff)
downloaddecky-lsfg-vk-dfe4c033dd1922a63c8393ab467e9aa58fa757e4.tar.gz
decky-lsfg-vk-dfe4c033dd1922a63c8393ab467e9aa58fa757e4.zip
refactor: update configuration handling to use object-based API
Diffstat (limited to 'src/components')
-rw-r--r--src/components/ConfigurationSection.tsx26
1 files changed, 18 insertions, 8 deletions
diff --git a/src/components/ConfigurationSection.tsx b/src/components/ConfigurationSection.tsx
index 26099e7..1c0d2b2 100644
--- a/src/components/ConfigurationSection.tsx
+++ b/src/components/ConfigurationSection.tsx
@@ -112,16 +112,26 @@ export function ConfigurationSection({
<PanelSectionRow>
<div
style={{
- fontSize: "14px",
- fontWeight: "bold",
- marginTop: "16px",
- marginBottom: "8px",
- borderBottom: "1px solid rgba(255, 255, 255, 0.2)",
- paddingBottom: "4px",
- color: "white"
+ fontSize: "14px",
+ fontWeight: "bold",
+ marginTop: "16px",
+ marginBottom: "2px",
+ borderBottom: "1px solid rgba(255, 255, 255, 0.2)",
+ paddingBottom: "2px",
+ color: "white"
+ }}
+ >
+ Environment Variables
+ </div>
+ <div
+ style={{
+ fontSize: "12px",
+ color: "#cccccc",
+ marginTop: "2px",
+ marginBottom: "8px"
}}
>
- Environment Variables (Requires re-launch)
+ Must be toggled before game start or restart game to take effect
</div>
</PanelSectionRow>