add revertToHistoryEntry action

This commit is contained in:
michael starke
2017-04-24 12:09:11 +02:00
parent 420f325dc1
commit d65c548f64
7 changed files with 22 additions and 7 deletions

View File

@@ -14,6 +14,7 @@ typedef NS_ENUM(NSUInteger, MPActionType) {
MPActionAddGroup, // Add a new group
MPActionDuplicateEntry, // Simply duplicate an entry (including history)
MPActionDuplicateEntryWithOptions, // Request user input on what to duplicate
MPActionReverToHistoryEntry, // Restore an entry to an older state in history
MPActionDelete, // Delete entry or group
MPActionCopyUsername, // copy username to pasteboard
MPActionCopyPassword, // copy password to pasteboard