Updated to current HNHUI for dark mode support for macOS 10.14

This commit is contained in:
Michael Starke
2018-09-19 17:40:37 +02:00
parent bcbeb2e43e
commit 8d7bb31b7c
35 changed files with 287 additions and 113 deletions

View File

@@ -32,7 +32,7 @@
@interface MPPasswordInputController ()
@property (weak) IBOutlet HNHUIRoundedSecureTextField *passwordTextField;
@property (weak) IBOutlet HNHUISecureTextField *passwordTextField;
@property (weak) IBOutlet NSPathControl *keyPathControl;
@property (weak) IBOutlet NSImageView *messageImageView;
@property (weak) IBOutlet NSTextField *messageInfoTextField;