summaryrefslogtreecommitdiff
path: root/frontend/src/plugin.ts
diff options
context:
space:
mode:
authorBeebles <102569435+beebls@users.noreply.github.com>2023-07-27 07:58:21 -0600
committerGitHub <noreply@github.com>2023-07-27 14:58:21 +0100
commitc7e4eb1b3fc5dcf62919a8f2fa2fbe277edd4ad7 (patch)
treefc726ad238f55bc5ce0aa753da6a0266919c7bf7 /frontend/src/plugin.ts
parent5460f95eac227d14108c5885679587289a7be599 (diff)
downloaddecky-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.ts1
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 {