summaryrefslogtreecommitdiff
path: root/frontend/src/plugin-loader.tsx
diff options
context:
space:
mode:
authorAAGaming <aa@mail.catvibers.me>2022-10-14 23:33:16 -0400
committerGitHub <noreply@github.com>2022-10-14 23:33:16 -0400
commit87a7361dc76949325421d9579e1e1813e84dcc1e (patch)
tree463574c28429c4196b44a3ac1c58b52765744b26 /frontend/src/plugin-loader.tsx
parentacdea6da44fc3640934b10e40f9f73ecf3bb592a (diff)
downloaddecky-loader-87a7361dc76949325421d9579e1e1813e84dcc1e.tar.gz
decky-loader-87a7361dc76949325421d9579e1e1813e84dcc1e.zip
Allow B button to close active plugin and return to menu. (#218)v2.2.6-pre1
Diffstat (limited to 'frontend/src/plugin-loader.tsx')
-rw-r--r--frontend/src/plugin-loader.tsx2
1 files changed, 0 insertions, 2 deletions
diff --git a/frontend/src/plugin-loader.tsx b/frontend/src/plugin-loader.tsx
index a1414b3a..6eee9bc0 100644
--- a/frontend/src/plugin-loader.tsx
+++ b/frontend/src/plugin-loader.tsx
@@ -17,7 +17,6 @@ import { deinitFilepickerPatches, initFilepickerPatches } from './components/mod
import PluginInstallModal from './components/modals/PluginInstallModal';
import NotificationBadge from './components/NotificationBadge';
import PluginView from './components/PluginView';
-import TitleView from './components/TitleView';
import WithSuspense from './components/WithSuspense';
import Logger from './logger';
import { Plugin } from './plugin';
@@ -64,7 +63,6 @@ class PluginLoader extends Logger {
title: null,
content: (
<DeckyStateContextProvider deckyState={this.deckyState}>
- <TitleView />
<PluginView />
</DeckyStateContextProvider>
),