mirror of
https://github.com/MacPass/MacPass.git
synced 2025-12-23 04:19:32 +00:00
pressing down on search field will move to entries list
This commit is contained in:
@@ -24,7 +24,7 @@
|
||||
|
||||
@class MPDocument;
|
||||
|
||||
@interface MPToolbarDelegate : NSObject <NSToolbarDelegate>
|
||||
@interface MPToolbarDelegate : NSObject <NSToolbarDelegate, NSTextFieldDelegate>
|
||||
|
||||
@property (weak, readonly) NSSearchField *searchField;
|
||||
@property (weak) NSToolbar *toolbar;
|
||||
|
||||
Reference in New Issue
Block a user