mirror of
https://github.com/transmission/transmission.git
synced 2025-12-24 20:35:36 +00:00
get rid of the web seed table animation for now - it refuses to play well with others
This commit is contained in:
@@ -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];
|
||||
|
||||
Reference in New Issue
Block a user