From f32c8760d15bf4713b3f9af1384219a44322febd Mon Sep 17 00:00:00 2001 From: xXJsonDeruloXx Date: Tue, 21 Oct 2025 21:45:14 -0400 Subject: rm old comments --- src/index.tsx | 6 ------ 1 file changed, 6 deletions(-) (limited to 'src/index.tsx') 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:
Decky LSFG-VK
, - // Always render to retain state when panel is toggled alwaysRender: true, - // The content of your plugin's menu content: , - // The icon displayed in the plugin list icon: , - // The function triggered when your plugin unloads onDismount() { console.log("decky-lsfg-vk unloading"); } -- cgit v1.2.3