diff options
| author | Kurt Himebauch <136133082+xXJSONDeruloXx@users.noreply.github.com> | 2025-07-19 08:40:49 -0400 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2025-07-19 08:40:49 -0400 |
| commit | f010473bfdf6b9a58960a5dac71fa48837ae6a1c (patch) | |
| tree | c0392ef13b7cc47bc27369e7840e58fa23e745b7 /src/components/UsageInstructions.tsx | |
| parent | b9302548a4def670c8600086ba8685c075ceac3d (diff) | |
| parent | 75a94598341899eea5260206975686c05e793956 (diff) | |
| download | decky-lsfg-vk-f010473bfdf6b9a58960a5dac71fa48837ae6a1c.tar.gz decky-lsfg-vk-f010473bfdf6b9a58960a5dac71fa48837ae6a1c.zip | |
Merge pull request #41 from xXJSONDeruloXx/nerd-stuffv0.6.4
Nerd stuff
Diffstat (limited to 'src/components/UsageInstructions.tsx')
| -rw-r--r-- | src/components/UsageInstructions.tsx | 6 |
1 files changed, 1 insertions, 5 deletions
diff --git a/src/components/UsageInstructions.tsx b/src/components/UsageInstructions.tsx index be48a82..5de1fcf 100644 --- a/src/components/UsageInstructions.tsx +++ b/src/components/UsageInstructions.tsx @@ -33,10 +33,7 @@ export function UsageInstructions({ config }: UsageInstructionsProps) { whiteSpace: "pre-wrap" }} > - {config.enable - ? "Add the launch option below (or use \"Launch Option Clipboard\") to Steam games to activate frame generation." - : "LSFG is disabled. Enable it above and add the launch option to activate frame generation." - } + Add the launch option below (or use "Launch Option Clipboard") to Steam games to activate frame generation. </div> </PanelSectionRow> @@ -69,7 +66,6 @@ export function UsageInstructions({ config }: UsageInstructionsProps) { }} > {`Current Configuration: -• Enable: ${config.enable ? "Yes" : "No"} • DLL Path: ${config.dll} • Multiplier: ${config.multiplier}x • Flow Scale: ${Math.round(config.flow_scale * 100)}% |
