mirror of
https://github.com/MacPass/MacPass.git
synced 2025-12-19 06:09:32 +00:00
Simple approach to fix Issue #137. Tab navigates to the entry view after the "done" button
This commit is contained in:
@@ -32,6 +32,7 @@ typedef NS_OPTIONS(NSUInteger, MPFilterModeType) {
|
||||
@property (nonatomic, assign) MPFilterModeType filterMode;
|
||||
@property (nonatomic, readonly) BOOL hasFilter;
|
||||
@property (nonatomic, weak) id<MPContextBarDelegate> delegate;
|
||||
@property (weak) NSView *nextKeyView;
|
||||
|
||||
- (NSString *)filterString;
|
||||
- (NSArray *)filterPredicates;
|
||||
|
||||
Reference in New Issue
Block a user