Add preference option to disable PEX in Mac frontend.

This commit is contained in:
Mitchell Livingston
2007-03-31 20:08:10 +00:00
parent 4d7b4b536f
commit 1bb5140467
7 changed files with 78 additions and 3 deletions

View File

@@ -58,6 +58,7 @@
IBOutlet NSPopUpButton * fRatioPopUp, * fUploadLimitPopUp, * fDownloadLimitPopUp;
IBOutlet NSTextField * fUploadLimitField, * fDownloadLimitField, * fRatioLimitField,
* fUploadLimitLabel, * fDownloadLimitLabel;
IBOutlet NSButton * fPexCheck;
}
- (void) updateInfoForTorrents: (NSArray *) torrents;
@@ -76,4 +77,6 @@
- (void) setRatioSetting: (id) sender;
- (void) setRatioLimit: (id) sender;
- (void) setPex: (id) sender;
@end