mirror of
https://github.com/d47081/qBittorrent.git
synced 2025-01-10 23:07:59 +00:00
- Fix progress column delayed sorting
This commit is contained in:
parent
89ecdca5e7
commit
cc252fc70a
@ -230,11 +230,13 @@ void GUI::torrentChecked(QString hash) {
|
|||||||
}else{
|
}else{
|
||||||
// In download list
|
// In download list
|
||||||
downloadingTorrentTab->pauseTorrent(hash);
|
downloadingTorrentTab->pauseTorrent(hash);
|
||||||
|
}
|
||||||
|
}
|
||||||
|
if(!BTSession->isFinished(hash)){
|
||||||
// Delayed Sorting
|
// Delayed Sorting
|
||||||
downloadingTorrentTab->sortProgressColumnDelayed();
|
downloadingTorrentTab->sortProgressColumnDelayed();
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
|
||||||
|
|
||||||
// called when a torrent has finished
|
// called when a torrent has finished
|
||||||
void GUI::finishedTorrent(QTorrentHandle& h) {
|
void GUI::finishedTorrent(QTorrentHandle& h) {
|
||||||
|
Loading…
Reference in New Issue
Block a user