mirror of
https://github.com/qbittorrent/qBittorrent.git
synced 2024-12-09 07:40:19 +08:00
attempt to fix progress column sorting
This commit is contained in:
parent
6ae1564136
commit
f5a4190e4b
@ -496,6 +496,7 @@ void GUI::updateDlList(bool force){
|
|||||||
BTSession.setTorrentFinishedChecking(fileHash);
|
BTSession.setTorrentFinishedChecking(fileHash);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
row = getRowFromHash(fileHash); // List may have been sorted in the meantime
|
||||||
if(BTSession.getTorrentsToPauseAfterChecking().indexOf(fileHash) != -1){
|
if(BTSession.getTorrentsToPauseAfterChecking().indexOf(fileHash) != -1){
|
||||||
// Pause torrent if it finished checking and it is was supposed to be paused.
|
// Pause torrent if it finished checking and it is was supposed to be paused.
|
||||||
// This is a trick to see the progress of the pause torrents on startup
|
// This is a trick to see the progress of the pause torrents on startup
|
||||||
|
Loading…
Reference in New Issue
Block a user