mirror of
https://github.com/MacPass/MacPass.git
synced 2025-12-13 21:42:32 +00:00
adoped new KeePassKit API
This commit is contained in:
@@ -364,7 +364,7 @@ NSString *const MPDocumentGroupKey = @"MPDocumentGrou
|
||||
}
|
||||
|
||||
if(otherTree) {
|
||||
[self.tree syncronizeWithTree:otherTree options:KPKSynchronizationSynchronizeOption];
|
||||
[self.tree synchronizeWithTree:otherTree options:KPKSynchronizationSynchronizeOption];
|
||||
/* the key might have changed so update ours! */
|
||||
//self.compositeKey = key;
|
||||
NSUserNotification *notification = [[NSUserNotification alloc] init];
|
||||
|
||||
Reference in New Issue
Block a user