mirror of
https://github.com/qbittorrent/qBittorrent
synced 2025-08-14 02:27:09 -07:00
parent
48d52d9ab7
commit
459d1cf82c
1 changed files with 6 additions and 0 deletions
|
@ -1068,6 +1068,12 @@ void TransferListWidget::displayListMenu()
|
|||
first = false;
|
||||
|
||||
const bool rechecking = torrent->isChecking();
|
||||
if (rechecking)
|
||||
{
|
||||
needsStart = true;
|
||||
needsPause = true;
|
||||
}
|
||||
|
||||
const bool queued = (BitTorrent::Session::instance()->isQueueingSystemEnabled() && torrent->isQueued());
|
||||
|
||||
if (!isPaused && !rechecking && !queued)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue