1
0
Fork 0
mirror of https://github.com/transmission/transmission synced 2025-03-12 15:14:12 +00:00
transmission/macosx/MenuButton.h
Eric Petit 796e2b868e Adds Action button that allows quick setting of upload and download limits,
Makes the bottom bar look like Mail's,
Moves stats to a top, hideable bar.
2006-05-01 00:15:18 +00:00

6 lines
67 B
Objective-C

#import <Cocoa/Cocoa.h>
@interface MenuButton : NSButton
{
}
@end