diff options
| author | Beebles <102569435+beebls@users.noreply.github.com> | 2023-07-27 07:58:21 -0600 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2023-07-27 14:58:21 +0100 |
| commit | c7e4eb1b3fc5dcf62919a8f2fa2fbe277edd4ad7 (patch) | |
| tree | fc726ad238f55bc5ce0aa753da6a0266919c7bf7 /frontend/src/plugin.ts | |
| parent | 5460f95eac227d14108c5885679587289a7be599 (diff) | |
| download | decky-loader-c7e4eb1b3fc5dcf62919a8f2fa2fbe277edd4ad7.tar.gz decky-loader-c7e4eb1b3fc5dcf62919a8f2fa2fbe277edd4ad7.zip | |
Add Custom `TitleView` (#512)
* feat(titleView): Add Custom TitleView support
* fix: wrap TitleView in Focusable
* fix: remove root div on TitleView
Diffstat (limited to 'frontend/src/plugin.ts')
| -rw-r--r-- | frontend/src/plugin.ts | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/frontend/src/plugin.ts b/frontend/src/plugin.ts index c8467580..fa1bb28a 100644 --- a/frontend/src/plugin.ts +++ b/frontend/src/plugin.ts @@ -5,6 +5,7 @@ export interface Plugin { content?: JSX.Element; onDismount?(): void; alwaysRender?: boolean; + titleView?: JSX.Element; } export enum InstallType { |
