#2045 hold down option key on launch to start with all torrents paused

This commit is contained in:
Mitchell Livingston
2009-05-12 00:58:22 +00:00
parent 722eed060f
commit deeeee3d05
6 changed files with 17 additions and 4 deletions

View File

@@ -97,6 +97,7 @@ typedef enum
IBOutlet NSButton * fURLSheetOpenButton;
BOOL fUpdateInProgress;
BOOL fPauseOnLaunch;
Badger * fBadger;
IBOutlet NSMenu * fDockMenu;