summaryrefslogtreecommitdiff
path: root/src/index.tsx
diff options
context:
space:
mode:
Diffstat (limited to 'src/index.tsx')
-rwxr-xr-xsrc/index.tsx6
1 files changed, 0 insertions, 6 deletions
diff --git a/src/index.tsx b/src/index.tsx
index bbe4cd3..36945ba 100755
--- a/src/index.tsx
+++ b/src/index.tsx
@@ -7,17 +7,11 @@ export default definePlugin(() => {
console.log("decky-lsfg-vk plugin initializing");
return {
- // The name shown in various decky menus
name: "Decky LSFG-VK",
- // The element displayed at the top of your plugin's menu
titleView: <div className={staticClasses.Title}>Decky LSFG-VK</div>,
- // Always render to retain state when panel is toggled
alwaysRender: true,
- // The content of your plugin's menu
content: <Content />,
- // The icon displayed in the plugin list
icon: <GiPlasticDuck />,
- // The function triggered when your plugin unloads
onDismount() {
console.log("decky-lsfg-vk unloading");
}