From 31fc7b2a0a5fe70f98efce380022f80680770f92 Mon Sep 17 00:00:00 2001 From: xXJSONDeruloXx Date: Thu, 23 Jan 2025 18:33:52 -0500 Subject: revised wording, layout --- src/index.tsx | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) (limited to 'src/index.tsx') diff --git a/src/index.tsx b/src/index.tsx index ce44983..4162cf7 100755 --- a/src/index.tsx +++ b/src/index.tsx @@ -140,14 +140,13 @@ function FGModInstallerSection() { {pathExists !== null && (
- {pathExists ? "Patch Is Installed" : "Patch Not Installed"} + {pathExists ? "Mod Is Installed" : "Mod Not Installed"}
)}
- Once the patch is installed, you can apply the mod by adding the following to the game's launch options:
- /home/deck/fgmod/fgmod %COMMAND% + Once the patch is installed, launch your game, press "Set Launch Options" below, then restart the game!
@@ -179,7 +178,7 @@ function MainRunningApp() {
{mainRunningApp ? ( <> - Main Running App: {mainRunningApp.appid} + Running App: {mainRunningApp.appid} Set Launch Options -- cgit v1.2.3