modern Objective-C, added setting for template workflow

New settign added that allows to update password for entries created via a template
This commit is contained in:
michael starke
2016-07-26 16:03:50 +02:00
parent 257692c13e
commit 49206d3d74
4 changed files with 38 additions and 24 deletions

View File

@@ -14,6 +14,7 @@
@property (weak) IBOutlet NSPopUpButton *browserPopup;
@property (weak) IBOutlet NSPopUpButton *doubleClickURLPopup;
@property (weak) IBOutlet NSPopUpButton *doubleClickTitlePopup;
@property (weak) IBOutlet NSButton *updatePasswordOnTemplateEntriesCheckButton;
- (IBAction)_showCustomBrowserSelection:(id)sender;