mirror of
https://github.com/MacPass/MacPass.git
synced 2025-12-22 03:19:21 +00:00
Context bar display now works again. Search is still broken
This commit is contained in:
@@ -12,6 +12,8 @@ typedef NS_ENUM(NSUInteger, MPActionType) {
|
||||
MPUnkownAction, // Neutral element to be used for returns
|
||||
MPActionAddEntry, // Add an new entry
|
||||
MPActionAddGroup, // Add a new group
|
||||
MPActionCloneEntry, // Simply clone an entry (inlcuding history)
|
||||
MPActionCloneEntryWithOptions, // Request user inptu what clone
|
||||
MPActionDelete, // Delete entry or group
|
||||
MPActionCopyUsername, // copy username to pasteboard
|
||||
MPActionCopyPassword, // copy password to pasteboard
|
||||
|
||||
Reference in New Issue
Block a user