From dbfc468b87dd9e9120188673686436dea41952f2 Mon Sep 17 00:00:00 2001 From: michael starke Date: Mon, 27 Nov 2017 08:12:50 +0100 Subject: [PATCH] TODO: resolve values for autotype matches --- MacPass/MPDocument+Autotype.m | 1 + 1 file changed, 1 insertion(+) diff --git a/MacPass/MPDocument+Autotype.m b/MacPass/MPDocument+Autotype.m index bac380d6..a6145b58 100644 --- a/MacPass/MPDocument+Autotype.m +++ b/MacPass/MPDocument+Autotype.m @@ -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 */