mirror of
https://github.com/transmission/transmission
synced 2025-02-20 13:16:53 +00:00
show pause button when checking (will work once encryption branch is merged)
This commit is contained in:
parent
446b397503
commit
c351a19124
1 changed files with 1 additions and 4 deletions
|
@ -449,10 +449,7 @@
|
|||
NSImage * pauseImage = nil;
|
||||
NSRect pauseRect = [self pauseRectForRow: row];
|
||||
if ([torrent isActive])
|
||||
{
|
||||
if (![torrent isChecking])
|
||||
pauseImage = fClickIn && NSPointInRect(fClickPoint, pauseRect) ? fPauseOnIcon : fPauseOffIcon;
|
||||
}
|
||||
pauseImage = fClickIn && NSPointInRect(fClickPoint, pauseRect) ? fPauseOnIcon : fPauseOffIcon;
|
||||
else if ([torrent isPaused])
|
||||
{
|
||||
BOOL inPauseRect = fClickIn && NSPointInRect(fClickPoint, pauseRect);
|
||||
|
|
Loading…
Reference in a new issue