From 8b3d4def33766f7306d8606ccf4b5e4425a5738a Mon Sep 17 00:00:00 2001 From: Kurt Himebauch <136133082+xXJSONDeruloXx@users.noreply.github.com> Date: Thu, 17 Jul 2025 12:00:14 -0400 Subject: Copy to clipboard Wiki button (#116) * add initial wiki launch button * update wiki link * bump ver * add opti wiki button * update icons for web launches --- src/index.tsx | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src/index.tsx') 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(() => ({ <> + ), icon: , -- cgit v1.2.3