mirror of
https://github.com/d47081/qBittorrent.git
synced 2025-03-13 05:41:17 +00:00
parent
48d52d9ab7
commit
459d1cf82c
@ -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…
x
Reference in New Issue
Block a user