diff options
| author | xXJSONDeruloXx <danielhimebauch@gmail.com> | 2025-01-28 22:21:26 -0500 |
|---|---|---|
| committer | xXJSONDeruloXx <danielhimebauch@gmail.com> | 2025-01-28 22:21:26 -0500 |
| commit | 13de57fb692ac9f15646ece6d25a33fe936beb4f (patch) | |
| tree | 68835eb406e9d3cbeb4c6dd0dcaab65145161c06 | |
| parent | 9a5fffe854b1815bfa33eba5785cf0ff5e5cc1d3 (diff) | |
| download | Decky-Framegen-13de57fb692ac9f15646ece6d25a33fe936beb4f.tar.gz Decky-Framegen-13de57fb692ac9f15646ece6d25a33fe936beb4f.zip | |
better icon lol
| -rwxr-xr-x | src/index.tsx | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/index.tsx b/src/index.tsx index e444fbf..7152951 100755 --- a/src/index.tsx +++ b/src/index.tsx @@ -6,7 +6,7 @@ import { // Router } from "@decky/ui"; import { definePlugin, callable } from "@decky/api"; -import { FaShip } from "react-icons/fa"; +import { RiAiGenerate } from "react-icons/ri"; const runInstallFGMod = callable< [], @@ -327,7 +327,7 @@ export default definePlugin(() => ({ <MainContent /> </> ), - icon: <FaShip />, + icon: <RiAiGenerate />, onDismount() { console.log("Framegen Plugin unmounted"); }, |
