mirror of
https://github.com/MacPass/MacPass.git
synced 2025-12-21 10:39:28 +00:00
Hidden unused edit button in inspector
Fixed wrong displayed group name for search results.
This commit is contained in:
@@ -231,7 +231,7 @@ NSString *const _MPTAbleSecurCellView = @"PasswordCell";
|
||||
}
|
||||
else {
|
||||
assert(entry.parent);
|
||||
[[view textField] bind:NSValueBinding toObject:entry.parent withKeyPath:@"parent.name" options:nil];
|
||||
[[view textField] bind:NSValueBinding toObject:entry.parent withKeyPath:@"name" options:nil];
|
||||
[[view imageView] setImage:entry.iconImage];
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user