diff options
| author | Kurt Himebauch <136133082+xXJSONDeruloXx@users.noreply.github.com> | 2025-10-21 23:54:40 -0400 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2025-10-21 23:54:40 -0400 |
| commit | 4dae7ed1c8d8c5acdc115ee3cbc9fecae622b0cc (patch) | |
| tree | 58db3626b3678546e5cb1c4de9bcfc627fde46c7 /src/index.tsx | |
| parent | 0742fbac1c6c27af1e11aec6e5231d2dc70e78ff (diff) | |
| parent | 53ff3cf75dc903ff1cc82bce9d11e2eaf13f4d81 (diff) | |
| download | decky-lsfg-vk-4dae7ed1c8d8c5acdc115ee3cbc9fecae622b0cc.tar.gz decky-lsfg-vk-4dae7ed1c8d8c5acdc115ee3cbc9fecae622b0cc.zip | |
Merge pull request #190 from xXJSONDeruloXx/cleanup-misc
More cleanup
Diffstat (limited to 'src/index.tsx')
| -rwxr-xr-x | src/index.tsx | 6 |
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"); } |
