mirror of
https://github.com/qbittorrent/qBittorrent
synced 2025-07-15 01:33:07 -07:00
Auto-disable to auto-shutdown feature
This commit is contained in:
parent
fc3ae51122
commit
46b75b760f
1 changed files with 2 additions and 0 deletions
|
@ -2068,6 +2068,8 @@ void QBtSession::readAlerts() {
|
|||
if(will_shutdown) {
|
||||
if(Preferences::shutdownWhenDownloadsComplete()) {
|
||||
qDebug("Preparing for auto-shutdown because all downloads are complete!");
|
||||
// Disabling it for next time
|
||||
Preferences::setShutdownWhenDownloadsComplete(false);
|
||||
#if LIBTORRENT_VERSION_MINOR < 15
|
||||
saveDHTEntry();
|
||||
#endif
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue