mirror of
https://github.com/nimbold/Firelink.git
synced 2026-09-02 05:57:59 +00:00
feat(downloads): add dedicated Torrent category
This commit is contained in:
@@ -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'
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user