mirror of
https://github.com/MacPass/MacPass.git
synced 2025-12-14 16:22:21 +00:00
extended action enum
This commit is contained in:
@@ -46,7 +46,8 @@ typedef NS_ENUM(NSUInteger, MPActionType) {
|
|||||||
MPActionShowEntryHistory, // show history
|
MPActionShowEntryHistory, // show history
|
||||||
MPActionHideEntryHistory, // exit history
|
MPActionHideEntryHistory, // exit history
|
||||||
MPActionPerformAutotypeForSelectedEntry, // Perform Autotype for selected Entry
|
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
|
* Helper to retrieve commonly used actions
|
||||||
|
|||||||
Reference in New Issue
Block a user