diff options
Diffstat (limited to 'src/index.tsx')
| -rwxr-xr-x | src/index.tsx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/index.tsx b/src/index.tsx index eee47c8..b0138b7 100755 --- a/src/index.tsx +++ b/src/index.tsx @@ -66,7 +66,7 @@ export default definePlugin(() => { return { // The name shown in various decky menus - name: "Test Plugin", + name: "Web Plugin", // The element displayed at the top of your plugin's menu titleView: <div className={staticClasses.Title}>Decky Example Plugin</div>, // The content of your plugin's menu |
