Added context menu entry to enable copying references to entries

This commit is contained in:
Michael Starke
2019-02-13 17:07:56 +01:00
parent 29103d594c
commit e38925d0ef
10 changed files with 105 additions and 6 deletions

View File

@@ -26,7 +26,8 @@ typedef NS_ENUM(NSUInteger, MPPasteboardOverlayInfoType) {
MPPasteboardOverlayInfoPassword,
MPPasteboardOverlayInfoUsername,
MPPasteboardOverlayInfoURL,
MPPasteboardOverlayInfoCustom,
MPPasteboardOverlayInfoCustom, // overlay info that a custom field was copied
MPPasteboardOverlayInfoReference // overlay info that a reference that was copied
};
@interface MPPasteBoardController : NSObject