From d1c623f4c3d72c859f9ad9cb985be127d6a3eb62 Mon Sep 17 00:00:00 2001 From: André Oliveira <37463445+SpecialAro@users.noreply.github.com> Date: Sat, 2 Sep 2023 16:28:04 +0100 Subject: feat: Add Download Manager (pause, stop, delete) (#1339) --- src/routes.tsx | 11 +++++++++++ 1 file changed, 11 insertions(+) (limited to 'src/routes.tsx') diff --git a/src/routes.tsx b/src/routes.tsx index 9f81e46d9..436f25ea4 100644 --- a/src/routes.tsx +++ b/src/routes.tsx @@ -35,6 +35,8 @@ import { WORKSPACES_ROUTES } from './features/workspaces/constants'; import { StoresProps } from './@types/ferdium-components.types'; import { Actions } from './actions/lib/actions'; import { RealStores } from './stores'; +import DownloadManagerScreen from './containers/download-manager/DownloadManagerScreen'; +import DownloadManagerWindow from './containers/download-manager/DownloadManagerWindow'; interface IProps { history: HashHistory; @@ -115,6 +117,15 @@ class FerdiumRoutes extends Component { element={} /> + } + > + } + /> + } -- cgit v1.2.3-70-g09d2