mirror of
https://github.com/transmission/transmission
synced 2024-12-26 17:47:37 +00:00
get rid of the web seed table animation for now - it refuses to play well with others
This commit is contained in:
parent
0f9093cb7d
commit
7012831928
1 changed files with 1 additions and 1 deletions
|
@ -1441,7 +1441,7 @@ typedef enum
|
|||
|
||||
- (void) setWebSeederTableHidden: (BOOL) hide animate: (BOOL) animate
|
||||
{
|
||||
if (![NSApp isOnLeopardOrBetter])
|
||||
if (/*![NSApp isOnLeopardOrBetter]*/YES)
|
||||
animate = NO;
|
||||
|
||||
NSRect webSeedFrame = [[fWebSeedTable enclosingScrollView] frame];
|
||||
|
|
Loading…
Reference in a new issue