From 4743ebdf9c047a7ce9079026257cad876691cd8d Mon Sep 17 00:00:00 2001 From: xXJSONDeruloXx Date: Mon, 21 Jul 2025 13:06:38 -0400 Subject: desc and ver bump --- src/components/UsageInstructions.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/components/UsageInstructions.tsx') diff --git a/src/components/UsageInstructions.tsx b/src/components/UsageInstructions.tsx index 6025241..ce41a53 100644 --- a/src/components/UsageInstructions.tsx +++ b/src/components/UsageInstructions.tsx @@ -33,7 +33,7 @@ export function UsageInstructions({ config }: UsageInstructionsProps) { whiteSpace: "pre-wrap" }} > - Add the launch option below (or use "Launch Option Clipboard") to Steam games to activate frame generation. + Click "Copy Launch Option" below, then paste it into your Steam game's launch options to enable frame generation. -- cgit v1.2.3 From 0dd6b54e6992f6d71a920a7b8bd8ca84672db145 Mon Sep 17 00:00:00 2001 From: xXJSONDeruloXx Date: Mon, 21 Jul 2025 13:21:11 -0400 Subject: bring copy button to top for more usage --- src/components/UsageInstructions.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/components/UsageInstructions.tsx') diff --git a/src/components/UsageInstructions.tsx b/src/components/UsageInstructions.tsx index ce41a53..bcf258b 100644 --- a/src/components/UsageInstructions.tsx +++ b/src/components/UsageInstructions.tsx @@ -33,7 +33,7 @@ export function UsageInstructions({ config }: UsageInstructionsProps) { whiteSpace: "pre-wrap" }} > - Click "Copy Launch Option" below, then paste it into your Steam game's launch options to enable frame generation. + Click "Copy Launch Option" button, then paste it into your Steam game's launch options to enable frame generation. -- cgit v1.2.3