diff options
| author | Kurt Himebauch <136133082+xXJSONDeruloXx@users.noreply.github.com> | 2025-07-17 12:00:14 -0400 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2025-07-17 12:00:14 -0400 |
| commit | 8b3d4def33766f7306d8606ccf4b5e4425a5738a (patch) | |
| tree | 77672a46ad2571ce0eba19e28a73a5e49b3cbfca /src/index.tsx | |
| parent | ca0d5f0ec1f4ba21f4bf51f0f773d2b6bad45c93 (diff) | |
| download | Decky-Framegen-8b3d4def33766f7306d8606ccf4b5e4425a5738a.tar.gz Decky-Framegen-8b3d4def33766f7306d8606ccf4b5e4425a5738a.zip | |
Copy to clipboard Wiki button (#116)v0.11.0
* add initial wiki launch button
* update wiki link
* bump ver
* add opti wiki button
* update icons for web launches
Diffstat (limited to 'src/index.tsx')
| -rw-r--r-- | src/index.tsx | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/index.tsx b/src/index.tsx index 12150d2..41f8dc3 100644 --- a/src/index.tsx +++ b/src/index.tsx @@ -2,6 +2,7 @@ import { definePlugin } from "@decky/api"; import { RiAiGenerate } from "react-icons/ri"; import { FGModInstallerSection } from "./components/FGModInstallerSection"; import { InstalledGamesSection } from "./components/InstalledGamesSection"; +import { DocumentationButton } from "./components/DocumentationButton"; export default definePlugin(() => ({ name: "Framegen Plugin", @@ -11,6 +12,7 @@ export default definePlugin(() => ({ <> <FGModInstallerSection /> <InstalledGamesSection /> + <DocumentationButton /> </> ), icon: <RiAiGenerate />, |
