summaryrefslogtreecommitdiff
path: root/src/index.tsx
diff options
context:
space:
mode:
authorxXJsonDeruloXx <danielhimebauch@gmail.com>2025-10-21 21:45:14 -0400
committerxXJsonDeruloXx <danielhimebauch@gmail.com>2025-10-21 21:45:14 -0400
commitf32c8760d15bf4713b3f9af1384219a44322febd (patch)
tree7d6d85cc39f193b92bc2fd63dd63675aa46a32be /src/index.tsx
parent7b5f3cb8b3d17ad125d2f40a58fbba80e863d703 (diff)
downloaddecky-lsfg-vk-f32c8760d15bf4713b3f9af1384219a44322febd.tar.gz
decky-lsfg-vk-f32c8760d15bf4713b3f9af1384219a44322febd.zip
rm old comments
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");
}