mirror of
https://github.com/MacPass/MacPass.git
synced 2025-12-20 12:59:25 +00:00
Added missing ActionTypes
This commit is contained in:
@@ -27,7 +27,9 @@ typedef NS_ENUM(NSUInteger, MPActionType) {
|
||||
MPActionEditTemplateGroup, // Edit the Template group
|
||||
MPActionExportXML, // Exporte as XML
|
||||
MPActionImportXML, // Import form XML
|
||||
MPActionToggleQuicklook
|
||||
MPActionToggleQuicklook,
|
||||
MPActionShowHistory, // History anzeigen
|
||||
MPActionExitHistory // History ausblenden
|
||||
};
|
||||
/**
|
||||
* Helper to retrieve commonly used actions
|
||||
|
||||
Reference in New Issue
Block a user