diff options
| author | xXJSONDeruloXx <danielhimebauch@gmail.com> | 2025-07-24 11:16:09 -0400 |
|---|---|---|
| committer | xXJSONDeruloXx <danielhimebauch@gmail.com> | 2025-07-24 11:16:09 -0400 |
| commit | 59b2b7c9ab5f392008405178ba11dcd977e31927 (patch) | |
| tree | a39f4534f84abb7a5c1d4832f4b4f00ecfc5fc18 /src | |
| parent | d029ff81e6711201a63a9402076a819e189bbcdf (diff) | |
| download | decky-lsfg-vk-59b2b7c9ab5f392008405178ba11dcd977e31927.tar.gz decky-lsfg-vk-59b2b7c9ab5f392008405178ba11dcd977e31927.zip | |
cleanup
Diffstat (limited to 'src')
| -rw-r--r-- | src/components/ConfigurationSection.tsx | 18 | ||||
| -rw-r--r-- | src/components/LaunchOptionInfo.tsx | 25 | ||||
| -rw-r--r-- | src/components/index.ts | 1 |
3 files changed, 1 insertions, 43 deletions
diff --git a/src/components/ConfigurationSection.tsx b/src/components/ConfigurationSection.tsx index 045bd8c..3ad3dfc 100644 --- a/src/components/ConfigurationSection.tsx +++ b/src/components/ConfigurationSection.tsx @@ -63,7 +63,7 @@ export function ConfigurationSection({ onChange={(value) => onConfigChange(FLOW_SCALE, value)} /> </PanelSectionRow> - + <PanelSectionRow> <SliderField label={`Base FPS Cap${config.dxvk_frame_rate > 0 ? ` (${config.dxvk_frame_rate} FPS)` : ' (Off)'}`} @@ -103,22 +103,6 @@ export function ConfigurationSection({ /> </PanelSectionRow> - {/* <PanelSectionRow> - <div - style={{ - fontSize: "14px", - fontWeight: "bold", - marginTop: "16px", - marginBottom: "8px", - borderBottom: "1px solid rgba(255, 255, 255, 0.2)", - paddingBottom: "4px", - color: "white" - }} - > - Experimental Features - </div> - </PanelSectionRow> */} - {/* Workarounds Section */} <PanelSectionRow> <div 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 ( - <PanelSectionRow> - <Field - bottomSeparator="none" - label="Setup Instructions" - description={ - <> - <div>For each game where you want to use lsfg-vk:</div> - <div style={{ marginTop: "8px" }}> - 1. Right-click the game in Steam → Properties<br/> - 2. Add this to Launch Options: <code>LSFG_PROCESS=decky-lsfg-vk %command%</code><br/> - 3. Or use the "Copy Launch Option" button above - </div> - <div style={{ marginTop: "8px", fontStyle: "italic" }}> - This temporary solution allows hot-reloading while keeping you on the latest lsfg-vk version. - </div> - </> - } - /> - </PanelSectionRow> - ); -} diff --git a/src/components/index.ts b/src/components/index.ts index 4c94958..305911d 100644 --- a/src/components/index.ts +++ b/src/components/index.ts @@ -6,6 +6,5 @@ export { FpsMultiplierControl } from "./FpsMultiplierControl"; export { UsageInstructions } from "./UsageInstructions"; export { WikiButton } from "./WikiButton"; export { SmartClipboardButton } from "./SmartClipboardButton"; -export { LaunchOptionInfo } from "./LaunchOptionInfo"; export { PluginUpdateChecker } from "./PluginUpdateChecker"; export { NerdStuffModal } from "./NerdStuffModal"; |
