mirror of
https://github.com/MacPass/MacPass.git
synced 2025-12-14 11:42:30 +00:00
extended action enum
This commit is contained in:
@@ -46,7 +46,8 @@ typedef NS_ENUM(NSUInteger, MPActionType) {
|
||||
MPActionShowEntryHistory, // show history
|
||||
MPActionHideEntryHistory, // exit history
|
||||
MPActionPerformAutotypeForSelectedEntry, // Perform Autotype for selected Entry
|
||||
MPActionRemoveAttachment // Remove an attachment
|
||||
MPActionRemoveAttachment, // Remove an attachment
|
||||
MPActionDeleteCustomIcon // delte a custom icon
|
||||
};
|
||||
/**
|
||||
* Helper to retrieve commonly used actions
|
||||
|
||||
Reference in New Issue
Block a user