mirror of
https://github.com/MacPass/MacPass.git
synced 2025-12-18 08:49:26 +00:00
Started reworking autotype inputs to better differentiate between default and non default sequences
This commit is contained in:
@@ -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;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user