mirror of
https://github.com/qbittorrent/qBittorrent.git
synced 2025-12-18 14:38:04 -06:00
Auto-disable to auto-shutdown feature
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user