Added preferences to allow for universal clipboard support. Item menu actions now should work in more scenarios

This commit is contained in:
Michael Starke
2019-02-15 11:48:54 +01:00
parent 8769f07079
commit c62e96f44a
14 changed files with 72 additions and 26 deletions

View File

@@ -911,6 +911,8 @@ NSString *const MPDocumentGroupKey = @"MPDocumentGrou
valid &= (nil != targetEntry ) && (targetEntry.url.length > 0);
break;
case MPActionPerformAutotypeForSelectedEntry:
case MPActionCopyCustomAttribute:
case MPActionCopyAsReference:
valid &= (nil != targetEntry);
break;
default: