mirror of
https://github.com/MacPass/MacPass.git
synced 2025-12-14 12:52:21 +00:00
Fixed Issue with non-initalized password repeat filed on first load of the databaseSettings window
This commit is contained in:
@@ -201,7 +201,7 @@
|
|||||||
|
|
||||||
- (void)_setupPasswordTab:(Kdb4Tree *)tree {
|
- (void)_setupPasswordTab:(Kdb4Tree *)tree {
|
||||||
[self.passwordTextField setStringValue:_document.password ? _document.password : @""];
|
[self.passwordTextField setStringValue:_document.password ? _document.password : @""];
|
||||||
[self.passwordRepeatTextField setStringValue:[self.passwordRepeatTextField stringValue]];
|
[self.passwordRepeatTextField setStringValue:[self.passwordTextField stringValue]];
|
||||||
self.keyURL = _document.key;
|
self.keyURL = _document.key;
|
||||||
|
|
||||||
NSDictionary *negateOption = @{ NSValueTransformerNameBindingOption : NSNegateBooleanTransformerName };
|
NSDictionary *negateOption = @{ NSValueTransformerNameBindingOption : NSNegateBooleanTransformerName };
|
||||||
|
|||||||
Reference in New Issue
Block a user