mirror of
https://github.com/MacPass/MacPass.git
synced 2025-12-24 16:09:27 +00:00
Fixed autotype regression preventing self-autotyping. Added re-hiding for special placeholders
This commit is contained in:
@@ -47,7 +47,7 @@
|
||||
}
|
||||
|
||||
- (BOOL)isSelfTargeting {
|
||||
return NSRunningApplication.currentApplication.processIdentifier != _pid;
|
||||
return NSRunningApplication.currentApplication.processIdentifier == _pid;
|
||||
}
|
||||
|
||||
- (NSDictionary *)_infoDictionaryForApplication:(NSRunningApplication *)application {
|
||||
|
||||
Reference in New Issue
Block a user