Stubbed workflow settings to select preferred browser for URL handling

This commit is contained in:
michael starke
2013-12-01 23:10:52 +01:00
parent f266375a09
commit bb88534daa
3 changed files with 52 additions and 7 deletions

View File

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