mirror of
https://github.com/MacPass/MacPass.git
synced 2026-01-31 10:48:21 +00:00
Autotype for selected entry is working rudimentarily
This commit is contained in:
@@ -29,7 +29,8 @@ typedef NS_ENUM(NSUInteger, MPActionType) {
|
||||
MPActionImportXML, // Import form XML
|
||||
MPActionToggleQuicklook,
|
||||
MPActionShowHistory, // History anzeigen
|
||||
MPActionExitHistory // History ausblenden
|
||||
MPActionExitHistory, // History ausblenden
|
||||
MPActionPerformAutotypeForSelectedEntry // Perform Autotype for selected Entry
|
||||
};
|
||||
/**
|
||||
* Helper to retrieve commonly used actions
|
||||
|
||||
Reference in New Issue
Block a user