mirror of
https://github.com/MacPass/MacPass.git
synced 2025-12-19 08:29:30 +00:00
Global and Entry based defaults work. Entry defaults cannot be removed for now.
This commit is contained in:
@@ -273,6 +273,7 @@ typedef NS_ENUM(NSUInteger, MPEntryTab) {
|
||||
[self.generatePasswordButton setEnabled:NO];
|
||||
MPPasswordCreatorViewController *viewController = [[MPPasswordCreatorViewController alloc] init];
|
||||
viewController.allowsEntryDefaults = YES;
|
||||
viewController.entry = self.entry;
|
||||
[self _showPopopver:viewController atView:self.passwordTextField onEdge:NSMinYEdge];
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user