mirror of
https://github.com/MacPass/MacPass.git
synced 2025-12-25 16:09:32 +00:00
Dropping 10.9 support
This commit is contained in:
@@ -51,7 +51,7 @@
|
||||
[[NSNotificationCenter defaultCenter] removeObserver:self];
|
||||
}
|
||||
|
||||
- (void)didLoadView {
|
||||
- (void)viewDidLoad {
|
||||
self.keyPathControl.delegate = self.pathControlDelegate;
|
||||
self.errorImageView.image = [NSImage imageNamed:NSImageNameCaution];
|
||||
[self.passwordTextField bind:NSStringFromSelector(@selector(showPassword)) toObject:self withKeyPath:NSStringFromSelector(@selector(showPassword)) options:nil];
|
||||
|
||||
Reference in New Issue
Block a user