From 4de16c13dc3e73766d63d931b19e7b8c60ef4a1f Mon Sep 17 00:00:00 2001 From: xXJSONDeruloXx Date: Thu, 23 Jan 2025 18:54:00 -0500 Subject: revise wording and clean up dupe headers --- src/index.tsx | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/src/index.tsx b/src/index.tsx index 2e1b383..0d1aacc 100755 --- a/src/index.tsx +++ b/src/index.tsx @@ -150,7 +150,7 @@ function FGModInstallerSection() { )}
- Once the patch is installed, launch your game, press "Set Launch Options" below, then restart the game! + Once the mod is installed, launch your game, press "Set Launch Options" below, then restart the game!
@@ -177,18 +177,18 @@ function MainRunningApp() { }; return ( - +
{mainRunningApp ? ( <> - Running App: {mainRunningApp.appid} + Patch: {mainRunningApp.display_name} - Set Launch Options + Patch: {mainRunningApp.display_name} ) : ( - No app is currently running. + No game is currently open. )}
@@ -203,7 +203,7 @@ function MainRunningApp() { export default definePlugin(() => ({ name: "Framegen Plugin", - titleView:
Framegen Plugin
, + titleView:
Decky Framegen
, content: ( <> -- cgit v1.2.3