Added show group in outline to context menus

This commit is contained in:
Michael Starke
2019-08-14 13:26:33 +02:00
parent 6b13ab37b8
commit 9c177afdb0
12 changed files with 41 additions and 23 deletions

View File

@@ -47,6 +47,7 @@ typedef NS_ENUM(NSUInteger, MPActionType) {
MPActionToggleQuicklook,
MPActionShowEntryHistory, // show history
MPActionHideEntryHistory, // exit history
MPActionShowGroupInOutline, // show the group (of the entry) in the outline view
MPActionPerformAutotypeForSelectedEntry, // Perform Autotype for selected Entry
MPActionRemoveAttachment // Remove an attachment
};