mirror of
https://github.com/qbittorrent/qBittorrent.git
synced 2025-12-20 07:27:22 -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:
@@ -132,7 +132,7 @@ namespace
|
||||
// - "hash": Torrent hash
|
||||
// - "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