feat(downloads): add dedicated Torrent category

This commit is contained in:
NimBold
2026-08-10 14:20:50 +03:30
parent 23991c3dea
commit 472da5a681
22 changed files with 150 additions and 25 deletions
+3
View File
@@ -19,6 +19,7 @@ export const DOWNLOAD_CATEGORIES: DownloadCategory[] = [
'Documents',
'Pictures',
'Applications',
'Torrents',
'Other'
];
@@ -29,6 +30,7 @@ export const DEFAULT_CATEGORY_SUBFOLDERS: Record<DownloadCategory, string> = {
Documents: 'Documents',
Pictures: 'Pictures',
Applications: 'Applications',
Torrents: 'Torrents',
Other: 'Other'
};
@@ -245,6 +247,7 @@ export const normalizeDownloadLocationSettings = (
Documents: 'Documents',
Pictures: 'Images',
Applications: 'Apps',
Torrents: 'Torrents',
Other: 'Other'
};