mirror of
https://github.com/qbittorrent/qBittorrent
synced 2025-08-19 12:59:56 -07:00
parent
48d52d9ab7
commit
459d1cf82c
1 changed files with 6 additions and 0 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue