Bluewave2 / legacy-4.3.8-qBittorrent

Bring back the look of qBittorrent 4.3.X in the new 4.6.X as a theme!
67 stars 2 forks source link

"stoppeddownloaded" is purple. #8

Closed b-user closed 1 month ago

b-user commented 1 month ago

In qbit 5.0.0, the line with the "stoppeddownloaded" status is purple.

460 500

to work in 5.0.0 and be compatible with 4.5.0+, please "duplicate" the values for

TransferList.PausedDownloading --> TransferList.StoppedDownloading and TransferList.PausedUploading --> TransferList.StoppedUploading

something like this: "TransferList.PausedDownloading": "#FA8072", "TransferList.StoppedDownloading": "#FA8072", "TransferList.PausedUploading": "#00008B", "TransferList.StoppedUploading": "#00008B",

Bluewave2 commented 1 month ago

Will take a look when I have the time.

b-user commented 1 month ago

https://github.com/Bluewave2/legacy-4.3.8-qBittorrent/pull/9

Bluewave2 commented 1 month ago

https://github.com/Bluewave2/legacy-4.3.8-qBittorrent/pull/9 merged and fix is live https://github.com/Bluewave2/legacy-4.3.8-qBittorrent/releases/tag/v1.20

Thanks 👍