mirror of
https://github.com/qbittorrent/qBittorrent.git
synced 2025-12-19 06:57:24 -06:00
- Fix progress column delayed sorting
This commit is contained in:
@@ -230,10 +230,12 @@ 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
|
||||||
|
|||||||
Reference in New Issue
Block a user