mirror of
https://github.com/MacPass/MacPass.git
synced 2025-12-22 18:49:27 +00:00
Added show group in outline to context menus
This commit is contained in:
@@ -914,6 +914,9 @@ NSString *const MPDocumentGroupKey = @"MPDocumentGrou
|
||||
case MPActionCopyCustomAttribute:
|
||||
case MPActionCopyAsReference:
|
||||
valid &= (nil != targetEntry);
|
||||
case MPActionShowGroupInOutline:
|
||||
valid &= (nil != targetEntry);
|
||||
valid &= self.hasSearch;
|
||||
break;
|
||||
default:
|
||||
break;
|
||||
|
||||
Reference in New Issue
Block a user