Use previous color for pause icon for indicating status

Affects transfer list and status filters
Related to PR #18110
This commit is contained in:
sledgehammer999
2023-01-27 17:46:39 +02:00
parent 870bb42e4f
commit 10153f0063
8 changed files with 8 additions and 4 deletions

View File

@@ -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";