mirror of
https://github.com/qbittorrent/qBittorrent.git
synced 2025-12-17 22:18:05 -06:00
Show rechecking progress
When having big torrents, the rechecking might take a while to complete. Users need some sort of feedback that progress is being made. Also, I changed the float to qreal since that's the return type.
This commit is contained in:
@@ -327,7 +327,7 @@ namespace
|
||||
// Each value of the 'torrents' dictionary contains map. The map can contain following keys:
|
||||
// - "name": Torrent name
|
||||
// - "size": Torrent size
|
||||
// - "progress: Torrent progress
|
||||
// - "progress": Torrent progress
|
||||
// - "dlspeed": Torrent download speed
|
||||
// - "upspeed": Torrent upload speed
|
||||
// - "priority": Torrent priority (-1 if queuing is disabled)
|
||||
|
||||
Reference in New Issue
Block a user