mirror of
https://github.com/qbittorrent/qBittorrent.git
synced 2025-12-17 14:08:03 -06: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:
@@ -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";
|
||||
|
||||
Reference in New Issue
Block a user