From 87a7361dc76949325421d9579e1e1813e84dcc1e Mon Sep 17 00:00:00 2001 From: AAGaming Date: Fri, 14 Oct 2022 23:33:16 -0400 Subject: Allow B button to close active plugin and return to menu. (#218) --- frontend/src/plugin-loader.tsx | 2 -- 1 file changed, 2 deletions(-) (limited to 'frontend/src/plugin-loader.tsx') 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: ( - ), -- cgit v1.2.3