mirror of
https://github.com/MacPass/MacPass.git
synced 2025-12-23 03:09:27 +00:00
Started creation of Autotype out of normalized command strings
This commit is contained in:
@@ -48,7 +48,7 @@
|
||||
KPKWindowAssociation *association = [entry.autotype windowAssociationMatchingWindowTitle:windowTitle];
|
||||
context = [[MPAutotypeContext alloc] initWithWindowAssociation:association];
|
||||
}
|
||||
if(context) {
|
||||
if([context isValid]) {
|
||||
[contexts addObject:context];
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user