mirror of
https://github.com/SteamDeckHomebrew/decky-plugin-template.git
synced 2025-11-15 21:07:30 -06:00
Migrate bash scripts to package scripts. Update VSCode tasks to use package scripts. Use ssh key instead of password.
This commit is contained in:
parent
8262602460
commit
14dfd8e8c2
9 changed files with 78 additions and 221 deletions
|
|
@ -2,7 +2,6 @@ import {
|
|||
ButtonItem,
|
||||
PanelSection,
|
||||
PanelSectionRow,
|
||||
Navigation,
|
||||
staticClasses
|
||||
} from "@decky/ui";
|
||||
import {
|
||||
|
|
@ -98,7 +97,7 @@ export default definePlugin(() => {
|
|||
|
||||
return {
|
||||
// The name shown in various decky menus
|
||||
name: "Test Plugin",
|
||||
name: "Example 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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue