hide the filter field and check/uncheck all buttons for single-file torrents

This commit is contained in:
Mitchell Livingston
2012-05-28 20:16:43 +00:00
parent 5bcc41da4e
commit f4961e0632
3 changed files with 244 additions and 58 deletions

View File

@@ -40,6 +40,7 @@
IBOutlet NSButton * fCheckAllButton, *fUncheckAllButton;
IBOutlet FileOutlineController * fFileController;
IBOutlet NSScrollView * fFileScrollView;
Controller * fController;