summaryrefslogtreecommitdiff
path: root/src/utils/constants.ts
diff options
context:
space:
mode:
authorxXJSONDeruloXx <danielhimebauch@gmail.com>2026-04-03 10:10:36 -0400
committerxXJSONDeruloXx <danielhimebauch@gmail.com>2026-04-03 10:10:36 -0400
commitd845c74d039fd08449ce723d25958cd96a72ee06 (patch)
tree1bbf3a7bb87418f475bf47af174fa8158b34edb7 /src/utils/constants.ts
parent3d813ea87335298be5a47de3441f410651851b71 (diff)
downloadDecky-Framegen-d845c74d039fd08449ce723d25958cd96a72ee06.tar.gz
Decky-Framegen-d845c74d039fd08449ce723d25958cd96a72ee06.zip
chore: remove all emojis from source files
Diffstat (limited to 'src/utils/constants.ts')
-rw-r--r--src/utils/constants.ts8
1 files changed, 4 insertions, 4 deletions
diff --git a/src/utils/constants.ts b/src/utils/constants.ts
index 64b98c4..7fa6970 100644
--- a/src/utils/constants.ts
+++ b/src/utils/constants.ts
@@ -67,14 +67,14 @@ export const TIMEOUTS = {
// Message strings
export const MESSAGES = {
- modInstalled: "✅ OptiScaler Mod Installed",
- modNotInstalled: "❌ OptiScaler Mod Not Installed",
+ modInstalled: "OptiScaler Mod Installed",
+ modNotInstalled: "OptiScaler Mod Not Installed",
installing: "Installing OptiScaler...",
installButton: "Setup OptiScaler Mod",
uninstalling: "Removing OptiScaler...",
uninstallButton: "Remove OptiScaler Mod",
- installSuccess: "✅ OptiScaler mod setup successfully!",
- uninstallSuccess: "✅ OptiScaler mod removed successfully.",
+ 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 to unlock FSR 3.1/XeSS 2.0 in DirectX12 Games.\n\nFor extended OptiScaler options, assign a back button to a keyboard's 'Insert' key."
};