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

@@ -60,6 +60,7 @@ typedef NS_ENUM(NSUInteger, MPDisplayMode) {
- (IBAction)copyCustomAttribute:(id)sender;
- (IBAction)copyURL:(id)sender;
- (IBAction)openURL:(id)sender;
- (IBAction)copyAsReference:(id)sender;
/* More Actions */
- (IBAction)delete:(id)sender;