diff --git a/MacPass/Base.lproj/EntryInspectorView.xib b/MacPass/Base.lproj/EntryInspectorView.xib index 3e19806a..e1679911 100644 --- a/MacPass/Base.lproj/EntryInspectorView.xib +++ b/MacPass/Base.lproj/EntryInspectorView.xib @@ -1,7 +1,6 @@ - @@ -15,6 +14,8 @@ + + @@ -444,6 +445,7 @@ + @@ -677,7 +679,7 @@ - + @@ -711,7 +713,7 @@ - + @@ -853,7 +855,7 @@ - + @@ -863,11 +865,32 @@ + + + @@ -882,19 +905,21 @@ - - + + + - + + @@ -902,6 +927,7 @@ + diff --git a/MacPass/MPEntryInspectorViewController.h b/MacPass/MPEntryInspectorViewController.h index c5747bcb..b5bab8e1 100644 --- a/MacPass/MPEntryInspectorViewController.h +++ b/MacPass/MPEntryInspectorViewController.h @@ -42,11 +42,13 @@ @property (weak) IBOutlet NSButton *enableAutotypeCheckButton; @property (weak) IBOutlet NSButton *obfuscateAutotypeCheckButton; @property (weak) IBOutlet NSTableView *windowAssociationsTableView; +@property (weak) IBOutlet NSButton *enableCustomEntrySequenceButton; @property (weak) IBOutlet NSTextField *customEntrySequenceTextField; @property (weak) IBOutlet NSComboBox *windowTitleComboBox; @property (weak) IBOutlet NSButton *removeAssociationButton; @property (weak) IBOutlet NSButton *addAssociationButton; +@property (weak) IBOutlet NSButton *enableCustomAssociationSequenceButton; @property (weak) IBOutlet NSTextField *associationSequenceTextField;