Global and Entry based defaults work. Entry defaults cannot be removed for now.

This commit is contained in:
michael starke
2014-10-22 17:39:29 +02:00
parent 8dd86ab350
commit 772a814349
2 changed files with 17 additions and 9 deletions

View File

@@ -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];
}