Added history browse action

This commit is contained in:
michael starke
2016-09-01 15:00:37 +02:00
parent fe5798c1cd
commit 49517da901
10 changed files with 71 additions and 86 deletions

View File

@@ -28,8 +28,8 @@ typedef NS_ENUM(NSUInteger, MPActionType) {
MPActionExportXML, // Export as XML
MPActionImportXML, // Import form XML
MPActionToggleQuicklook,
MPActionShowHistory, // show history
MPActionExitHistory, // exit history
MPActionShowEntryHistory, // show history
MPActionHideEntryHistory, // exit history
MPActionPerformAutotypeForSelectedEntry // Perform Autotype for selected Entry
};
/**