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