mirror of
https://github.com/transmission/transmission.git
synced 2025-12-24 12:28:52 +00:00
add an option in the per-torrent action menu to follow the global bandwidth limit
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user