mirror of
https://github.com/MacPass/MacPass.git
synced 2026-01-31 02:28:17 +00:00
fixed #155 added Quicklook like preview for attachments
This commit is contained in:
@@ -26,7 +26,8 @@ typedef NS_ENUM(NSUInteger, MPActionType) {
|
||||
MPActionDatabaseSettings, // Show the settings for the database
|
||||
MPActionEditTemplateGroup, // Edit the Template group
|
||||
MPActionExportXML, // Exporte as XML
|
||||
MPActionImportXML // Import form XML
|
||||
MPActionImportXML, // Import form XML
|
||||
MPActionToggleQuicklook
|
||||
};
|
||||
/**
|
||||
* Helper to retrieve commonly used actions
|
||||
|
||||
Reference in New Issue
Block a user