Added completed text

pull/543/head
ThiemeH 2025-03-31 21:37:24 +07:00
parent e14569821a
commit 38bdc69e67
1 changed files with 4 additions and 0 deletions

@ -17,7 +17,11 @@
<span class="color-base">%</span></span>
</div>
<div class="qbittorrent-torrent-info">
{{- if eq .Progress 1.0 }}
<span class="qbittorrent-torrent-completed color-primary">Completed</span>
{{- else }}
<span class="qbittorrent-torrent-speed">{{ .Speed | formatBytes }}/s</span>
{{- end }}
</div>
</div>
{{- end }}