Added checkbox to toggle between global and entry based defaults for password generator

This commit is contained in:
michael starke
2014-10-21 20:27:54 +02:00
parent d00016ce52
commit 8dd86ab350
4 changed files with 136 additions and 90 deletions

View File

@@ -7,11 +7,13 @@
//
#import "MPViewController.h"
@class KPKEntry;
@interface MPPasswordCreatorViewController : MPViewController <NSTextFieldDelegate>
@property (copy, readonly) NSString *generatedPassword;
@property (weak) id closeTarget;
@property (nonatomic, weak) KPKEntry *entry;
@property (assign) BOOL allowsEntryDefaults;
/**