aboutsummaryrefslogtreecommitdiffstats
path: root/src/@types
diff options
context:
space:
mode:
authorLibravatar André Oliveira <37463445+SpecialAro@users.noreply.github.com>2023-09-02 16:28:04 +0100
committerLibravatar GitHub <noreply@github.com>2023-09-02 15:28:04 +0000
commitd1c623f4c3d72c859f9ad9cb985be127d6a3eb62 (patch)
treee102da856ae328c70e822d60ac53909acd4627b9 /src/@types
parentDowngrade 'electron' to 25.x (diff)
downloadferdium-app-d1c623f4c3d72c859f9ad9cb985be127d6a3eb62.tar.gz
ferdium-app-d1c623f4c3d72c859f9ad9cb985be127d6a3eb62.tar.zst
ferdium-app-d1c623f4c3d72c859f9ad9cb985be127d6a3eb62.zip
feat: Add Download Manager (pause, stop, delete) (#1339)
Diffstat (limited to 'src/@types')
-rw-r--r--src/@types/stores.types.ts1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/@types/stores.types.ts b/src/@types/stores.types.ts
index dc5da563f..973889802 100644
--- a/src/@types/stores.types.ts
+++ b/src/@types/stores.types.ts
@@ -125,6 +125,7 @@ export interface AppStore extends TypedStore {
125 FAILED: 'FAILED'; 125 FAILED: 'FAILED';
126 }; 126 };
127 universalDarkMode: boolean; 127 universalDarkMode: boolean;
128 isDownloading: () => boolean;
128 cacheSize: () => void; 129 cacheSize: () => void;
129 debugInfo: () => void; 130 debugInfo: () => void;
130 enableLongPressServiceHint: boolean; 131 enableLongPressServiceHint: boolean;