mirror of
https://github.com/MacPass/MacPass.git
synced 2025-12-23 16:19:29 +00:00
Added context menu entry to enable copying references to entries
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user