import { staticClasses } from "@decky/ui"; import { definePlugin } from "@decky/api"; import { GiPlasticDuck } from "react-icons/gi"; import { Content } from "./components/Content"; export default definePlugin(() => { console.log("decky-lsfg-vk plugin initializing"); return { name: "Decky LSFG-VK", titleView:
Decky LSFG-VK
, alwaysRender: true, content: , icon: , onDismount() { console.log("decky-lsfg-vk unloading"); } }; });