mirror of
https://github.com/MacPass/MacPass.git
synced 2025-12-14 22:42:18 +00:00
Added Import from XML functionality. KPKXmlTreeReader is not fully working with all possible formats (zipped or non zipped data)
This commit is contained in:
@@ -22,7 +22,9 @@ typedef NS_ENUM(NSUInteger, MPActionType) {
|
||||
MPActionEmptyTrash, // empties the trashcan, if there is one
|
||||
MPActionEditPassword, // change the database password
|
||||
MPActionDatabaseSettings, // Show the settings for the database
|
||||
MPActionEditTemplateGroup
|
||||
MPActionEditTemplateGroup, // Edit the Template group
|
||||
MPActionExportXML, // Exporte as XML
|
||||
MPActionImportXML // Import form XML
|
||||
};
|
||||
/**
|
||||
* Helper to retrieve commonly used actions
|
||||
|
||||
Reference in New Issue
Block a user