#import "HBQueueController.h"
-#import "HBOutputPanelController.h"
#import "HBPresetsManager.h"
#import "HBPreset.h"
#import "HBUtilities.h"
[fPresetDrawer setContentSize: drawerSize];
}
+ // Show/Hide the Presets drawer upon launch based
+ // on user preference DefaultPresetsDrawerShow
+ if ([[NSUserDefaults standardUserDefaults] boolForKey:@"HBDefaultPresetsDrawerShow"])
+ {
+ [fPresetDrawer open:self];
+ }
+
// Align the start / stop widgets with the chapter popups
NSPoint startPoint = [fSrcChapterStartPopUp frame].origin;
startPoint.y += 2;