mirror of
https://github.com/MacPass/MacPass.git
synced 2025-12-17 23:09:32 +00:00
Added checkbox to toggle between global and entry based defaults for password generator
This commit is contained in:
@@ -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;
|
||||
|
||||
/**
|
||||
|
||||
Reference in New Issue
Block a user