add an option in the per-torrent action menu to follow the global bandwidth limit

This commit is contained in:
Mitchell Livingston
2009-03-05 22:48:01 +00:00
parent bfbab6d523
commit 80eca9666d
3 changed files with 52 additions and 4 deletions

View File

@@ -46,6 +46,7 @@
NSArray * fSelectedValues;
IBOutlet NSMenu * fActionMenu, * fUploadMenu, * fDownloadMenu, * fRatioMenu;
IBOutlet NSMenuItem * fGlobalLimitItem;
Torrent * fMenuTorrent;
CGFloat fPiecesBarPercent;
@@ -76,6 +77,7 @@
- (void) setQuickLimitMode: (id) sender;
- (void) setQuickLimit: (id) sender;
- (void) setGlobalLimit: (id) sender;
- (void) setQuickRatioMode: (id) sender;
- (void) setQuickRatio: (id) sender;