mirror of
https://github.com/MacPass/MacPass.git
synced 2025-12-21 18:59:32 +00:00
Added Template editing.
Creating with templates not supported yet. Templates are listed in Context-Menu under the AddEntry Toolbar Toolbar Button is missing an Arrow for now. Control-Size is not working correctly for now Nested Template or Trash groups aren't considered, this is a bug! Minor changes to the UI (Settings tabs now use common icons) Added Workflow-Settings tab to extract all the custom action possible on entries. The copy or open on URL dbl-click setting will move over to this tab.
This commit is contained in:
@@ -20,7 +20,8 @@ typedef NS_ENUM(NSUInteger, MPActionType) {
|
||||
MPActionToggleInspector,
|
||||
MPActionLock, // show the lock screen
|
||||
MPActionEmptyTrash, // empties the trashcan, if there is one
|
||||
MPActionDatabaseSettings // Show the settings for the database
|
||||
MPActionDatabaseSettings, // Show the settings for the database
|
||||
MPActionEditTemplateGroup
|
||||
};
|
||||
/**
|
||||
* Helper to retrieve commonly used actions
|
||||
|
||||
Reference in New Issue
Block a user