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

@@ -32,6 +32,8 @@ typedef NS_ENUM(NSUInteger, MPActionType) {
MPActionDelete, // Delete entry or group
MPActionCopyUsername, // copy username to pasteboard
MPActionCopyPassword, // copy password to pasteboard
MPActionCopyCustomAttribute, // copy a custom attribute to the pasteboard
MPActionCopyAsReference, // copy a reference to the attribute {REF:…} to the pasteboard
MPActionCopyURL, // copy url to pasteboard
MPActionOpenURL, // open url in default browser
MPActionToggleInspector,