summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorxXJSONDeruloXx <danielhimebauch@gmail.com>2025-02-12 17:20:23 -0500
committerxXJSONDeruloXx <danielhimebauch@gmail.com>2025-02-12 17:20:23 -0500
commit96a63b12b2c53ef9e6c19dc0c790c3708b970596 (patch)
tree1d2bd4ab12de5af2d54265e686ca166f2064e6f6
parente4407d17999324403589615dad418a8b893da9bf (diff)
downloadDecky-Framegen-96a63b12b2c53ef9e6c19dc0c790c3708b970596.tar.gz
Decky-Framegen-96a63b12b2c53ef9e6c19dc0c790c3708b970596.zip
fix: add explainer in UI for unpatch fix
-rwxr-xr-xsrc/index.tsx2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/index.tsx b/src/index.tsx
index 6631ddc..010589e 100755
--- a/src/index.tsx
+++ b/src/index.tsx
@@ -169,7 +169,7 @@ function FGModInstallerSection() {
) : null}
<PanelSectionRow>
<div>
- Install the mod above, then select and patch a game.
+ Install the mod above, then select and patch a game. If a game behaves strangely, be sure to select unpatch then restart the game to remove the mod.
</div>
</PanelSectionRow>
</PanelSection>