mirror of
https://github.com/MacPass/MacPass.git
synced 2025-12-17 23:09:32 +00:00
fixed #396. Perform autotype on selected entries works again
This commit is contained in:
@@ -379,8 +379,7 @@ typedef void (^MPPasswordChangedBlock)(BOOL didChangePassword);
|
||||
- (void)performAutotypeForEntry:(id)sender {
|
||||
id<MPTargetNodeResolving> entryResolver = [NSApp targetForAction:@selector(currentTargetEntry)];
|
||||
KPKEntry *targetEntry = [entryResolver currentTargetEntry];
|
||||
MPAutotypeDaemon *autotyped = ((MPAppDelegate *)[NSApplication sharedApplication].delegate).autotypeDaemon;
|
||||
[autotyped performAutotypeForEntry:targetEntry];
|
||||
[[MPAutotypeDaemon defaultDaemon] performAutotypeForEntry:targetEntry];
|
||||
}
|
||||
|
||||
- (void)showInspector:(id)sender {
|
||||
|
||||
Reference in New Issue
Block a user