mirror of
https://github.com/d47081/qBittorrent.git
synced 2025-08-26 13:42:37 +00:00
parent
48d52d9ab7
commit
459d1cf82c
@ -1068,6 +1068,12 @@ void TransferListWidget::displayListMenu()
|
|||||||
first = false;
|
first = false;
|
||||||
|
|
||||||
const bool rechecking = torrent->isChecking();
|
const bool rechecking = torrent->isChecking();
|
||||||
|
if (rechecking)
|
||||||
|
{
|
||||||
|
needsStart = true;
|
||||||
|
needsPause = true;
|
||||||
|
}
|
||||||
|
|
||||||
const bool queued = (BitTorrent::Session::instance()->isQueueingSystemEnabled() && torrent->isQueued());
|
const bool queued = (BitTorrent::Session::instance()->isQueueingSystemEnabled() && torrent->isQueued());
|
||||||
|
|
||||||
if (!isPaused && !rechecking && !queued)
|
if (!isPaused && !rechecking && !queued)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user