Checkbox for paused torrent to be in queue.

This commit is contained in:
Mitchell Livingston
2006-06-23 19:00:07 +00:00
parent 765db93b40
commit 3ff2411359
4 changed files with 41 additions and 4 deletions
+3
View File
@@ -51,6 +51,7 @@
IBOutlet NSMatrix * fRatioMatrix;
IBOutlet NSTextField * fRatioLimitField;
IBOutlet NSButton * fWaitToStartButton;
}
- (void) updateInfoForTorrents: (NSArray *) torrents;
@@ -63,4 +64,6 @@
- (void) setRatioCheck: (id) sender;
- (void) setRatioLimit: (id) sender;
- (void) setWaitToStart: (id) sender;
@end