mirror of
https://github.com/MacPass/MacPass.git
synced 2025-12-20 19:09:24 +00:00
Added preferences to allow for universal clipboard support. Item menu actions now should work in more scenarios
This commit is contained in:
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user