mirror of
https://github.com/transmission/transmission.git
synced 2025-12-24 12:28:52 +00:00
feat: Align active filter macOS (#3944)
This commit is contained in:
@@ -2823,7 +2823,7 @@ void onTorrentCompletenessChanged(tr_torrent* tor, tr_completeness status, bool
|
||||
//check status
|
||||
if (torrent.active && !torrent.checkingWaiting)
|
||||
{
|
||||
BOOL const isActive = !torrent.stalled;
|
||||
BOOL const isActive = torrent.transmitting;
|
||||
if (isActive)
|
||||
{
|
||||
std::atomic_fetch_add_explicit(activeRef, 1, std::memory_order_relaxed);
|
||||
|
||||
Reference in New Issue
Block a user