mirror of
https://github.com/transmission/transmission
synced 2024-12-25 09:13:06 +00:00
missed this for those not using the queue
This commit is contained in:
parent
39cccec3d5
commit
171bb5aebd
1 changed files with 4 additions and 0 deletions
|
@ -1592,6 +1592,10 @@ static void sleepCallBack(void * controller, io_service_t y, natural_t messageTy
|
|||
if ([torrent waitingToStart])
|
||||
[torrent startTransfer];
|
||||
|
||||
[self updateUI: nil];
|
||||
[self applyFilter: nil];
|
||||
[self updateTorrentHistory];
|
||||
|
||||
return;
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue