Adding a setting to enable launching URLs on double-click

This commit is contained in:
Kurt
2013-07-29 21:31:29 -04:00
parent e33a9fdc93
commit ad07c0de6c
9 changed files with 357 additions and 89 deletions

View File

@@ -13,6 +13,7 @@
@interface MPGeneralSettingsController : MPViewController <MPSettingsTab>
@property (weak) IBOutlet NSButton *clearPasteboardOnQuitCheckButton;
@property (weak) IBOutlet NSButton *doubleClickURLToLaunchCheckButton;
@property (weak) IBOutlet NSPopUpButton *clearPasteboardTimeoutPopup;
@property (weak) IBOutlet NSPopUpButton *idleTimeOutPopup;
@property (weak) IBOutlet NSButton *lockOnSleepCheckButton;