diff options
Diffstat (limited to 'src/index.tsx')
| -rwxr-xr-x | src/index.tsx | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/index.tsx b/src/index.tsx index 5fdee45..f7e1f24 100755 --- a/src/index.tsx +++ b/src/index.tsx @@ -228,6 +228,7 @@ function MainRunningApp() { export default definePlugin(() => ({ name: "Framegen Plugin", titleView: <div>Decky Framegen</div>, + alwaysRender: true, content: ( <> <FGModInstallerSection /> |
