From 13de57fb692ac9f15646ece6d25a33fe936beb4f Mon Sep 17 00:00:00 2001 From: xXJSONDeruloXx Date: Tue, 28 Jan 2025 22:21:26 -0500 Subject: better icon lol --- src/index.tsx | 4 ++-- 1 file 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(() => ({ ), - icon: , + icon: , onDismount() { console.log("Framegen Plugin unmounted"); }, -- cgit v1.2.3