summaryrefslogtreecommitdiff
path: root/src/utils
diff options
context:
space:
mode:
authorKurt Himebauch <136133082+xXJSONDeruloXx@users.noreply.github.com>2025-07-21 13:50:23 -0400
committerGitHub <noreply@github.com>2025-07-21 13:50:23 -0400
commitb0621d15c675b7b8c1615b0699cc85ea1430a728 (patch)
tree01f555d9b592be219da5a1da6a70950f11c7cdc0 /src/utils
parent9573344450de451b8f9c7295c11318010d67f1d5 (diff)
downloadDecky-Framegen-b0621d15c675b7b8c1615b0699cc85ea1430a728.tar.gz
Decky-Framegen-b0621d15c675b7b8c1615b0699cc85ea1430a728.zip
hooking clipboard automation button, hide plugin wiki for now (#118)v0.11.4v0.11.3
* hooking clipboard automation button, hide plugin wiki for now * add direct copy to clip buttons for patch and unpatch
Diffstat (limited to 'src/utils')
-rw-r--r--src/utils/constants.ts2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/utils/constants.ts b/src/utils/constants.ts
index c949521..3e39067 100644
--- a/src/utils/constants.ts
+++ b/src/utils/constants.ts
@@ -62,5 +62,5 @@ export const MESSAGES = {
installSuccess: "✅ OptiScaler mod installed successfully!",
uninstallSuccess: "✅ OptiScaler mod removed successfully.",
instructionTitle: "How to Use:",
- instructionText: "Select and patch a game below to enable frame generation (or use clipboard button to copy and paste into launch options)\n\nIn-game: Enable DLSS in graphics settings, or assign a back button to keyboard's 'Insert' key for extended OptiScaler options"
+ instructionText: "Select and patch a game below to enable frame generation, or use the Copy Patch/Unpatch Command buttons for manual setup.\n\nIn-game: Enable DLSS in graphics settings, or assign a back button to keyboard's 'Insert' key for extended OptiScaler options"
};