mirror of
https://github.com/MacPass/MacPass.git
synced 2025-12-18 06:29:30 +00:00
WindowAssocitations get listed in Autotype tab
This commit is contained in:
@@ -24,7 +24,6 @@
|
||||
@property (weak) IBOutlet NSSegmentedControl *infoTabControl;
|
||||
@property (weak) IBOutlet NSTableView *attachmentTableView;
|
||||
@property (weak) IBOutlet NSTableView *customFieldsTableView;
|
||||
@property (weak) IBOutlet NSTableView *windowAssociationsTableView;
|
||||
@property (unsafe_unretained) IBOutlet NSTextView *notesTextView;
|
||||
@property (weak) IBOutlet NSButton *generatePasswordButton;
|
||||
@property (weak) IBOutlet NSButton *togglePassword;
|
||||
@@ -36,6 +35,17 @@
|
||||
@property (weak) IBOutlet NSButton *expiresCheckButton;
|
||||
@property (weak) IBOutlet NSTokenField *tagsTokenField;
|
||||
|
||||
/* Autotype */
|
||||
@property (weak) IBOutlet NSButton *enableAutotypeCheckButton;
|
||||
@property (weak) IBOutlet NSTableView *windowAssociationsTableView;
|
||||
@property (weak) IBOutlet NSTextField *customEntrySequenceTextField;
|
||||
@property (weak) IBOutlet NSComboBox *windowTitleComboBox;
|
||||
|
||||
@property (weak) IBOutlet NSButton *removeAssociationButton;
|
||||
@property (weak) IBOutlet NSButton *addAssociationButton;
|
||||
|
||||
@property (weak) IBOutlet NSTextField *associationSequenceTextField;
|
||||
|
||||
- (void)setupBindings:(MPDocument *)document;
|
||||
|
||||
- (IBAction)saveAttachment:(id)sender;
|
||||
|
||||
Reference in New Issue
Block a user