cleaned up password creator display in appdelegate

This commit is contained in:
michael starke
2016-08-25 13:01:54 +02:00
parent e06ade6a8f
commit b7357e2e43
5 changed files with 21 additions and 35 deletions

View File

@@ -12,7 +12,7 @@
@interface MPPasswordCreatorViewController : MPViewController <NSTextFieldDelegate>
@property (copy, readonly) NSString *generatedPassword;
@property (weak) id closeTarget;
//@property (weak) id closeTarget;
@property (assign) BOOL allowsEntryDefaults;
/**