add a button to the bottom-left of the main window to clean up all completed transfers

This commit is contained in:
Mitchell Livingston
2011-03-10 01:36:51 +00:00
parent 97229c1813
commit 15394498b0
5 changed files with 110 additions and 18 deletions

View File

@@ -70,7 +70,7 @@ typedef enum
NSTimer * fTimer;
IBOutlet NSMenuItem * fOpenIgnoreDownloadFolder;
IBOutlet NSButton * fActionButton, * fSpeedLimitButton;
IBOutlet NSButton * fActionButton, * fSpeedLimitButton, * fClearCompletedButton;
IBOutlet NSTextField * fTotalTorrentsField;
StatusBarController * fStatusBar;