summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--src/index.tsx2
-rw-r--r--src/utils/constants.ts2
2 files changed, 2 insertions, 2 deletions
diff --git a/src/index.tsx b/src/index.tsx
index 0bd00c0..b85c6b1 100644
--- a/src/index.tsx
+++ b/src/index.tsx
@@ -30,7 +30,7 @@ function MainContent() {
<FGModInstallerSection pathExists={pathExists} setPathExists={setPathExists} />
{pathExists === true ? (
<>
- <InstalledGamesSection />
+ {/* <InstalledGamesSection /> */}
<DocumentationButton />
</>
) : null}
diff --git a/src/utils/constants.ts b/src/utils/constants.ts
index 3e39067..7741b64 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 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"
+ 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."
};