mirror of
https://github.com/qbittorrent/qBittorrent
synced 2025-07-15 01:33:07 -07:00
- Not deleting files on hard drive when user is answering no the the 'move to download list' dialog
This commit is contained in:
parent
77f407724d
commit
bfaa82ccba
1 changed files with 1 additions and 1 deletions
|
@ -291,7 +291,7 @@ void FinishedTorrents::updateFinishedList(){
|
||||||
}
|
}
|
||||||
else if (reponse == QMessageBox::No) {
|
else if (reponse == QMessageBox::No) {
|
||||||
qDebug("Deleted from the finished");
|
qDebug("Deleted from the finished");
|
||||||
BTSession->deleteTorrent(hash, true);
|
BTSession->deleteTorrent(hash, false);
|
||||||
}
|
}
|
||||||
continue;
|
continue;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue