diff options
| author | Kurt Himebauch <136133082+xXJSONDeruloXx@users.noreply.github.com> | 2025-07-28 07:21:34 -0700 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2025-07-28 10:21:34 -0400 |
| commit | 56eac1ac74e9f32bbf2541929e80b79cdb6cbcb1 (patch) | |
| tree | ce3e213466aeba1c538679e0fb5e266a4141f953 /src/utils/constants.ts | |
| parent | 2461cb5d9c2ae31afb33bfd3c3c9a8faa9a7603c (diff) | |
| download | Decky-Framegen-56eac1ac74e9f32bbf2541929e80b79cdb6cbcb1.tar.gz Decky-Framegen-56eac1ac74e9f32bbf2541929e80b79cdb6cbcb1.zip | |
refined copy to clipboard ui feedback (#122)
* copy feedback
* add opti logo and update wording
* branding updates
* hide check mark when installed
Diffstat (limited to 'src/utils/constants.ts')
| -rw-r--r-- | src/utils/constants.ts | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/src/utils/constants.ts b/src/utils/constants.ts index 7741b64..c406e5b 100644 --- a/src/utils/constants.ts +++ b/src/utils/constants.ts @@ -56,10 +56,10 @@ export const MESSAGES = { modInstalled: "✅ OptiScaler Mod Installed", modNotInstalled: "❌ OptiScaler Mod Not Installed", installing: "Installing OptiScaler...", - installButton: "Install OptiScaler FG Mod", + installButton: "Setup OptiScaler Mod", uninstalling: "Removing OptiScaler...", - uninstallButton: "Uninstall OptiScaler FG Mod", - installSuccess: "✅ OptiScaler mod installed successfully!", + uninstallButton: "Remove OptiScaler Mod", + installSuccess: "✅ OptiScaler mod setup successfully!", uninstallSuccess: "✅ OptiScaler mod removed successfully.", instructionTitle: "How to Use:", instructionText: "Click 'Copy Patch Command' or 'Copy Unpatch Command', then go to your game's properties, and paste the command into the Launch Options field.\n\nIn-game: Enable DLSS in graphics settings, or assign a back button to keyboard's 'Insert' key for extended OptiScaler options." |
