hidePasswords, preferences, UI improvements.
[ADDED] hidePasswords to Mac app for hiding the passwords in the large passwords display, hold alt to reveal. [ADDED] Way to easily open the Mac app's preferences. [IMPROVED] Use transparent main window to improve the blur effect. [ADDED] Key equivalent coach marks when holding alt. [FIXED] Don't change sites table when site text field loses focus.
This commit is contained in:
@@ -22,6 +22,7 @@
|
||||
@interface MPPasswordWindowController : NSWindowController<NSTextViewDelegate, NSTextFieldDelegate, NSTableViewDataSource, NSTableViewDelegate>
|
||||
|
||||
@property(nonatomic, strong) NSMutableArray *elements;
|
||||
@property(nonatomic) BOOL alternatePressed;
|
||||
|
||||
@property(nonatomic, weak) IBOutlet NSArrayController *elementsController;
|
||||
@property(nonatomic, weak) IBOutlet NSImageView *blurView;
|
||||
|
||||
Reference in New Issue
Block a user