mirror of
https://github.com/qbittorrent/qBittorrent
synced 2025-07-15 01:33:07 -07:00
FEATURE: Torrents can be automatically rechecked on completion
This commit is contained in:
parent
0ea59c8d58
commit
77239db3c5
4 changed files with 27 additions and 4 deletions
|
@ -1845,6 +1845,9 @@ void Bittorrent::addConsoleMessage(QString msg, QString) {
|
|||
}
|
||||
}
|
||||
}
|
||||
// Recheck if the user asked to
|
||||
if(Preferences::recheckTorrentsOnCompletion())
|
||||
h.force_recheck();
|
||||
qDebug("Received finished alert for %s", h.name().toLocal8Bit().data());
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue