mirror of
https://github.com/MacPass/MacPass.git
synced 2025-12-19 19:09:38 +00:00
Fixed wrong usage of window title
This commit is contained in:
@@ -448,7 +448,7 @@ static MPAutotypeDaemon *_sharedInstance;
|
||||
for(MPPlugin<MPAutotypeWindowTitleResolverPlugin> *resolver in resolvers) {
|
||||
NSString *windowTitle = [resolver windowTitleForRunningApplication:application];
|
||||
if(windowTitle.length > 0) {
|
||||
self.targetWindowTitle = frontApplicationInfoDict[kMPWindowTitleKey];
|
||||
self.targetWindowTitle = windowTitle;
|
||||
break;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user