mirror of
https://github.com/MacPass/MacPass.git
synced 2025-12-13 21:42:32 +00:00
TODO: resolve values for autotype matches
This commit is contained in:
@@ -79,6 +79,7 @@
|
||||
}
|
||||
/* Test for entry title in window title */
|
||||
if(matchTitle && !foundMatch) {
|
||||
/* TODO use kpk_finalValueForEntry */
|
||||
foundMatch = [windowTitle rangeOfString:entry.title options:NSCaseInsensitiveSearch].length != 0 || [entry.title rangeOfString:windowTitle options:NSCaseInsensitiveSearch].length != 0;
|
||||
}
|
||||
/* test for URL */
|
||||
|
||||
Reference in New Issue
Block a user