mirror of
https://github.com/qbittorrent/qBittorrent.git
synced 2025-12-17 06:01:33 -06:00
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user