TODO: resolve values for autotype matches

This commit is contained in:
michael starke
2017-11-27 08:12:50 +01:00
parent c8f3fe6888
commit dbfc468b87

View File

@@ -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 */