From 59b2b7c9ab5f392008405178ba11dcd977e31927 Mon Sep 17 00:00:00 2001 From: xXJSONDeruloXx Date: Thu, 24 Jul 2025 11:16:09 -0400 Subject: cleanup --- src/components/LaunchOptionInfo.tsx | 25 ------------------------- 1 file changed, 25 deletions(-) delete mode 100644 src/components/LaunchOptionInfo.tsx (limited to 'src/components/LaunchOptionInfo.tsx') diff --git a/src/components/LaunchOptionInfo.tsx b/src/components/LaunchOptionInfo.tsx deleted file mode 100644 index 298c45a..0000000 --- a/src/components/LaunchOptionInfo.tsx +++ /dev/null @@ -1,25 +0,0 @@ -import { PanelSectionRow, Field } from "@decky/ui"; - -export function LaunchOptionInfo() { - return ( - - -
For each game where you want to use lsfg-vk:
-
- 1. Right-click the game in Steam → Properties
- 2. Add this to Launch Options: LSFG_PROCESS=decky-lsfg-vk %command%
- 3. Or use the "Copy Launch Option" button above -
-
- This temporary solution allows hot-reloading while keeping you on the latest lsfg-vk version. -
- - } - /> -
- ); -} -- cgit v1.2.3