summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--package.json2
-rw-r--r--src/components/ConfigurationSection.tsx5
-rw-r--r--src/components/UsageInstructions.tsx3
3 files changed, 6 insertions, 4 deletions
diff --git a/package.json b/package.json
index 7def6f5..2ba502b 100644
--- a/package.json
+++ b/package.json
@@ -1,6 +1,6 @@
{
"name": "lossless-scaling-vk",
- "version": "0.5.5",
+ "version": "0.6.0",
"description": "Use Lossless Scaling on the Steam Deck using the lsfg-vk vulkan layer",
"type": "module",
"scripts": {
diff --git a/src/components/ConfigurationSection.tsx b/src/components/ConfigurationSection.tsx
index 1748839..8e0e74e 100644
--- a/src/components/ConfigurationSection.tsx
+++ b/src/components/ConfigurationSection.tsx
@@ -20,7 +20,8 @@ export function ConfigurationSection({
marginTop: "16px",
marginBottom: "8px",
borderBottom: "1px solid rgba(255, 255, 255, 0.2)",
- paddingBottom: "4px"
+ paddingBottom: "4px",
+ color: "white"
}}
>
LSFG Configuration
@@ -106,7 +107,7 @@ export function ConfigurationSection({
color: "white"
}}
>
- Environment Variables
+ Environment Variables (Requires Re-launch)
</div>
</PanelSectionRow>
diff --git a/src/components/UsageInstructions.tsx b/src/components/UsageInstructions.tsx
index 8ac94d8..be48a82 100644
--- a/src/components/UsageInstructions.tsx
+++ b/src/components/UsageInstructions.tsx
@@ -16,7 +16,8 @@ export function UsageInstructions({ config }: UsageInstructionsProps) {
marginTop: "16px",
marginBottom: "8px",
borderBottom: "1px solid rgba(255, 255, 255, 0.2)",
- paddingBottom: "4px"
+ paddingBottom: "4px",
+ color: "white"
}}
>
Usage Instructions