mirror of
https://github.com/MacPass/MacPass.git
synced 2026-01-31 01:08:18 +00:00
Added preferences to allow for universal clipboard support. Item menu actions now should work in more scenarios
This commit is contained in:
@@ -32,6 +32,8 @@ typedef NS_ENUM(NSUInteger, MPActionType) {
|
||||
MPActionDelete, // Delete entry or group
|
||||
MPActionCopyUsername, // copy username to pasteboard
|
||||
MPActionCopyPassword, // copy password to pasteboard
|
||||
MPActionCopyCustomAttribute, // copy a custom attribute to the pasteboard
|
||||
MPActionCopyAsReference, // copy a reference to the attribute {REF:…} to the pasteboard
|
||||
MPActionCopyURL, // copy url to pasteboard
|
||||
MPActionOpenURL, // open url in default browser
|
||||
MPActionToggleInspector,
|
||||
|
||||
Reference in New Issue
Block a user