Browser selection now populates the menu. Selection is not used and not saved for now.

This commit is contained in:
michael starke
2014-02-13 23:47:14 +01:00
parent d98f4b40da
commit 5d64951ef2
5 changed files with 53 additions and 34 deletions

View File

@@ -10,6 +10,9 @@
#import "MPSettingsTab.h"
@interface MPWorkflowSettingsController : MPViewController <MPSettingsTab>
@property (weak) IBOutlet NSPopUpButton *browserPopup;
- (IBAction)showCustomBrowserSelection:(id)sender;
@end