mirror of
https://github.com/qbittorrent/qBittorrent
synced 2025-07-07 05:31:25 -07:00
Use previous color for pause icon for indicating status
Affects transfer list and status filters Related to PR #18110
This commit is contained in:
parent
870bb42e4f
commit
10153f0063
8 changed files with 8 additions and 4 deletions
|
@ -972,7 +972,7 @@ window.qBittorrent.DynamicTable = (function() {
|
|||
break;
|
||||
case "pausedDL":
|
||||
state = "torrent-stop";
|
||||
img_path = "images/torrent-stop.svg";
|
||||
img_path = "images/stopped.svg";
|
||||
break;
|
||||
case "pausedUP":
|
||||
state = "checked-completed";
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue