mirror of
https://github.com/MacPass/MacPass.git
synced 2025-12-14 14:02:28 +00:00
Newly created groups should now be selected
Added lock on sleep Lock on idle still missing Fixed some issues with clipboard clearing Fixed preferences bindings errors
This commit is contained in:
@@ -7,11 +7,14 @@
|
||||
//
|
||||
|
||||
#import <Cocoa/Cocoa.h>
|
||||
#import "MPViewController.h"
|
||||
#import "MPSettingsTab.h"
|
||||
|
||||
@interface MPGeneralSettingsController : NSViewController <MPSettingsTab>
|
||||
@property (assign) IBOutlet NSImageView *imageView;
|
||||
@interface MPGeneralSettingsController : MPViewController <MPSettingsTab>
|
||||
|
||||
@property (assign) IBOutlet NSButton *clearPasteboardOnQuitCheckButton;
|
||||
@property (assign) IBOutlet NSPopUpButton *clearPasteboardTimeoutPopup;
|
||||
@property (assign) IBOutlet NSPopUpButton *idleTimeOutPopup;
|
||||
@property (assign) IBOutlet NSButton *lockOnSleepCheckButton;
|
||||
|
||||
@end
|
||||
|
||||
Reference in New Issue
Block a user