mirror of
https://github.com/MacPass/MacPass.git
synced 2025-12-23 07:59:27 +00:00
updated to new prefixed KeePassKit API. Fixed tests
This commit is contained in:
@@ -277,7 +277,7 @@ NSString *const _MPOutlinveViewHeaderViewIdentifier = @"HeaderCell";
|
||||
- (void)outlineViewSelectionDidChange:(NSNotification *)notification {
|
||||
MPDocument *document = self.windowController.document;
|
||||
NSArray<KPKGroup *> *groups = [self currentTargetGroups];
|
||||
document.tree.metaData.lastSelectedGroup = (groups.count == 1 ? groups.firstObject.uuid : [NSUUID nullUUID]);
|
||||
document.tree.metaData.lastSelectedGroup = (groups.count == 1 ? groups.firstObject.uuid : [NSUUID kpk_nullUUID]);
|
||||
document.selectedGroups = groups;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user