mirror of
https://github.com/nimbold/Firelink.git
synced 2026-09-03 06:27:57 +00:00
feat(downloads): add dedicated Torrent category
This commit is contained in:
@@ -273,8 +273,8 @@ export const DownloadItem = React.memo<DownloadItemProps>(({
|
||||
</span>
|
||||
) : null}
|
||||
{download.isTorrent ? (
|
||||
<span className="download-quality-chip shrink-0" title={t($ => $.addDownloads.torrentFiles)}>
|
||||
{t($ => $.addDownloads.torrentFiles)}
|
||||
<span className="download-quality-chip shrink-0" title={t($ => $.addDownloads.torrent)}>
|
||||
{t($ => $.addDownloads.torrent)}
|
||||
</span>
|
||||
) : null}
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user