mirror of
https://github.com/qbittorrent/qBittorrent.git
synced 2025-12-19 06:57:24 -06:00
A better fix for progress column sorting on restart (still untested, gtsoul please check)
This commit is contained in:
@@ -75,6 +75,9 @@ FinishedTorrents::~FinishedTorrents(){
|
||||
}
|
||||
|
||||
void FinishedTorrents::addFinishedSHA(QString hash){
|
||||
if(BTSession->getUncheckedTorrentsList().indexOf(hash) != -1){
|
||||
BTSession->setTorrentFinishedChecking(hash);
|
||||
}
|
||||
if(finishedSHAs.indexOf(hash) == -1) {
|
||||
finishedSHAs << hash;
|
||||
int row = finishedListModel->rowCount();
|
||||
|
||||
Reference in New Issue
Block a user