diff options
Diffstat (limited to 'src/index.tsx')
| -rwxr-xr-x | src/index.tsx | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/index.tsx b/src/index.tsx index 070e853..799f2ff 100755 --- a/src/index.tsx +++ b/src/index.tsx @@ -8,9 +8,9 @@ export default definePlugin(() => { return { // The name shown in various decky menus - name: "decky-lsfg-vk", + name: "Decky LSFG-VK", // The element displayed at the top of your plugin's menu - titleView: <div className={staticClasses.Title}>decky-lsfg-vk</div>, + 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 |
