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
+1
View File
@@ -120,6 +120,7 @@ pub enum DownloadCategory {
Documents,
Pictures,
Applications,
Torrents,
Other,
}