mirror of
https://github.com/qbittorrent/qBittorrent
synced 2025-07-14 09:13:08 -07:00
- Fix progress column delayed sorting
This commit is contained in:
parent
89ecdca5e7
commit
cc252fc70a
1 changed files with 4 additions and 2 deletions
|
@ -230,10 +230,12 @@ void GUI::torrentChecked(QString hash) {
|
|||
}else{
|
||||
// In download list
|
||||
downloadingTorrentTab->pauseTorrent(hash);
|
||||
}
|
||||
}
|
||||
if(!BTSession->isFinished(hash)){
|
||||
// Delayed Sorting
|
||||
downloadingTorrentTab->sortProgressColumnDelayed();
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
// called when a torrent has finished
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue