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/actions/app.ts | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'src/actions/app.ts') diff --git a/src/actions/app.ts b/src/actions/app.ts index 2e60c9327..07cc47078 100644 --- a/src/actions/app.ts +++ b/src/actions/app.ts @@ -28,4 +28,10 @@ export default { toggleMuteApp: {}, toggleCollapseMenu: {}, clearAllCache: {}, + addDownload: {}, + removeDownload: {}, + updateDownload: {}, + endedDownload: {}, + stopDownload: {}, + togglePauseDownload: {}, }; -- cgit v1.2.3-54-g00ecf