mirror of
https://github.com/transmission/transmission
synced 2024-12-24 16:52:39 +00:00
hide the pause button when checking
This commit is contained in:
parent
c7d97e5f0a
commit
92ba91161a
2 changed files with 4 additions and 4 deletions
|
@ -248,7 +248,7 @@
|
|||
torrent = [fTorrents objectAtIndex: i];
|
||||
rect = [self pauseRectForRow: i];
|
||||
|
||||
if ([torrent isActive])
|
||||
if ([torrent isActive] && ![torrent isChecking])
|
||||
image = NSPointInRect(fClickPoint, rect) ? fPauseOnIcon : fPauseOffIcon;
|
||||
else if ([torrent isPaused])
|
||||
{
|
||||
|
|
Loading…
Reference in a new issue