mirror of
https://github.com/MacPass/MacPass.git
synced 2025-12-22 02:09:22 +00:00
Updated KeePassKit for better merge support
This commit is contained in:
@@ -363,6 +363,9 @@ NSString *const MPDocumentGroupKey = @"MPDocumentGrou
|
||||
KPKTree *otherTree = [[KPKTree alloc] initWithContentsOfUrl:url key:self.compositeKey error:&error];
|
||||
if(!otherTree) {
|
||||
if(error.code == KPKErrorPasswordAndOrKeyfileWrong) {
|
||||
NSAlert *alert = [[NSAlert alloc] init];
|
||||
alert.alertStyle = NSAlertStyleWarning;
|
||||
alert.informativeText = NSLocalizedString(@"ALERT_MERGE_OTHER_KEY_CHANGED", @"");
|
||||
[self presentError:error];
|
||||
}
|
||||
else {
|
||||
|
||||
Reference in New Issue
Block a user