mirror of
https://github.com/MacPass/MacPass.git
synced 2025-12-14 08:12:28 +00:00
Remove DMSplitView as it's never used
Updated Readme to reflect new modules Added CocoaHTTPServer submodule Fixed SettingsWindow, works now with multiple tabs Added ServerSettings tab
This commit is contained in:
@@ -7,9 +7,9 @@
|
||||
//
|
||||
|
||||
#import <Cocoa/Cocoa.h>
|
||||
#import "MPAbstractSettingsViewController.h"
|
||||
#import "MPSettingsTab.h"
|
||||
|
||||
@interface MPGeneralSettingsController : MPAbstractSettingsViewController <MPSettingsTab>
|
||||
@interface MPGeneralSettingsController : NSViewController <MPSettingsTab>
|
||||
@property (assign) IBOutlet NSImageView *imageView;
|
||||
@property (assign) IBOutlet NSButton *clearPasteboardOnQuitCheckButton;
|
||||
@property (assign) IBOutlet NSPopUpButton *clearPasteboardTimeoutPopup;
|
||||
|
||||
Reference in New Issue
Block a user