mirror of
https://github.com/qbittorrent/qBittorrent.git
synced 2025-12-22 08:27:24 -06:00
BUGFIX: Auto-disable the shutdown feature
This commit is contained in:
@@ -2,6 +2,7 @@
|
|||||||
- BUGFIX: Fix possible crash on manual peer ban
|
- BUGFIX: Fix possible crash on manual peer ban
|
||||||
- BUGFIX: Improved hostname resolution code
|
- BUGFIX: Improved hostname resolution code
|
||||||
- BUGFIX: Several search plugins fixed
|
- BUGFIX: Several search plugins fixed
|
||||||
|
- BUGFIX: Auto-disable the shutdown feature
|
||||||
|
|
||||||
* Tue Oct 19 2010 - Christophe Dumez <chris@qbittorrent.org> - v2.4.7
|
* Tue Oct 19 2010 - Christophe Dumez <chris@qbittorrent.org> - v2.4.7
|
||||||
- BUGFIX: Display the priority column when the queueing system gets enabled
|
- BUGFIX: Display the priority column when the queueing system gets enabled
|
||||||
|
|||||||
@@ -2081,6 +2081,8 @@ void Bittorrent::addConsoleMessage(QString msg, QString) {
|
|||||||
// Auto-Shutdown
|
// Auto-Shutdown
|
||||||
if(will_shutdown) {
|
if(will_shutdown) {
|
||||||
qDebug("Preparing for auto-shutdown because all downloads are complete!");
|
qDebug("Preparing for auto-shutdown because all downloads are complete!");
|
||||||
|
// Disabling it for next time
|
||||||
|
Preferences::setShutdownWhenDownloadsComplete(false);
|
||||||
#if LIBTORRENT_VERSION_MINOR < 15
|
#if LIBTORRENT_VERSION_MINOR < 15
|
||||||
saveDHTEntry();
|
saveDHTEntry();
|
||||||
#endif
|
#endif
|
||||||
|
|||||||
Reference in New Issue
Block a user