mirror of
https://github.com/MacPass/MacPass.git
synced 2025-12-18 03:49:22 +00:00
New MPActionHelper for editPassword:
This commit is contained in:
@@ -20,6 +20,7 @@ typedef NS_ENUM(NSUInteger, MPActionType) {
|
||||
MPActionToggleInspector,
|
||||
MPActionLock, // show the lock screen
|
||||
MPActionEmptyTrash, // empties the trashcan, if there is one
|
||||
MPActionEditPassword, // change the database password
|
||||
MPActionDatabaseSettings, // Show the settings for the database
|
||||
MPActionEditTemplateGroup
|
||||
};
|
||||
|
||||
@@ -21,6 +21,7 @@
|
||||
@(MPActionCopyURL) : @"copyURL:",
|
||||
@(MPActionCopyUsername) : @"copyUsername:",
|
||||
@(MPActionDelete) : @"deleteNode:",
|
||||
@(MPActionEditPassword) : @"editPassword:",
|
||||
@(MPActionOpenURL) : @"openURL:",
|
||||
@(MPActionToggleInspector) : @"toggleInspector:",
|
||||
@(MPActionLock) : @"lock:",
|
||||
|
||||
Reference in New Issue
Block a user