summaryrefslogtreecommitdiff
path: root/src/index.tsx
diff options
context:
space:
mode:
authorKurt Himebauch <136133082+xXJSONDeruloXx@users.noreply.github.com>2025-10-21 23:54:40 -0400
committerGitHub <noreply@github.com>2025-10-21 23:54:40 -0400
commit7e6d29d9cb731d2648399282be87adb98e183084 (patch)
tree58db3626b3678546e5cb1c4de9bcfc627fde46c7 /src/index.tsx
parent7b5f3cb8b3d17ad125d2f40a58fbba80e863d703 (diff)
parent192716ecfd85199f2d5704314eb7873635d190e9 (diff)
downloaddecky-lsfg-vk-7e6d29d9cb731d2648399282be87adb98e183084.tar.gz
decky-lsfg-vk-7e6d29d9cb731d2648399282be87adb98e183084.zip
Merge pull request #190 from xXJSONDeruloXx/cleanup-miscv0.12.1
More cleanup
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");
}