diff options
| author | AAGaming <aagaming@riseup.net> | 2024-07-18 01:20:29 -0400 |
|---|---|---|
| committer | AAGaming <aagaming@riseup.net> | 2024-08-03 14:04:19 -0400 |
| commit | 88e7919a12fd56b297e73afb3fb05483f5893f4d (patch) | |
| tree | 4b6920d6f8675e6d6de8f2de0df4b4477746a879 /frontend/src/plugin-loader.tsx | |
| parent | 28c7254ef6952d9504472ebcbb05238b50aa6086 (diff) | |
| download | decky-loader-88e7919a12fd56b297e73afb3fb05483f5893f4d.tar.gz decky-loader-88e7919a12fd56b297e73afb3fb05483f5893f4d.zip | |
implement new toaster hook
this also supports the notification list and probably also desktop toasts (UI wip, read location enum prop from toast component probably)
Diffstat (limited to 'frontend/src/plugin-loader.tsx')
| -rw-r--r-- | frontend/src/plugin-loader.tsx | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/frontend/src/plugin-loader.tsx b/frontend/src/plugin-loader.tsx index f5ff71b5..8187116e 100644 --- a/frontend/src/plugin-loader.tsx +++ b/frontend/src/plugin-loader.tsx @@ -36,7 +36,6 @@ import Toaster from './toaster'; import { getVersionInfo } from './updater'; import { getSetting, setSetting } from './utils/settings'; import TranslationHelper, { TranslationClass } from './utils/TranslationHelper'; -import AppHook from './app-hook'; const StorePage = lazy(() => import('./components/store/Store')); const SettingsPage = lazy(() => import('./components/settings')); |
