mirror of
https://github.com/MacPass/MacPass.git
synced 2025-12-23 17:29:28 +00:00
Adoped new KeePassKit placeholder delegation.
Added primitive support for {PICKCHARS} currently without support for options
This commit is contained in:
@@ -239,8 +239,7 @@ static MPAutotypeDaemon *_sharedInstance;
|
||||
usleep(1 * NSEC_PER_MSEC);
|
||||
}
|
||||
dispatch_async(dispatch_get_global_queue(DISPATCH_QUEUE_PRIORITY_DEFAULT, 0), ^{
|
||||
NSArray<MPAutotypeCommand *> *commands = [MPAutotypeCommand commandsForContext:context];
|
||||
for(MPAutotypeCommand *command in commands) {
|
||||
for(MPAutotypeCommand *command in [MPAutotypeCommand commandsForContext:context]) {
|
||||
[command execute];
|
||||
}
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user