mirror of
https://github.com/MacPass/MacPass.git
synced 2025-12-14 17:32:17 +00:00
Refacoted window and view controller to use windowNibName and nibName. Fixes #164
This commit is contained in:
@@ -33,7 +33,7 @@
|
||||
}
|
||||
|
||||
- (id)initWithDocument:(MPDocument *)document {
|
||||
self = [super init];
|
||||
self = [super initWithWindow:nil];
|
||||
if(self){
|
||||
_allowsEmptyPasswordOrKey = YES;
|
||||
_showPassword = NO;
|
||||
|
||||
Reference in New Issue
Block a user