Added log message when no window title can be determined

This commit is contained in:
Michael Starke
2019-07-01 13:27:18 +02:00
parent 8f5914afd2
commit c7d85d6daa

View File

@@ -393,6 +393,10 @@ static MPAutotypeDaemon *_sharedInstance;
}
}
}
if(currentWindows.count > 0 && infoDict.count == 0) {
// show some information about not being able to determine any windows
NSLog(@"Unable to retrieve any window names. If you encounter this issue you might be running 10.15 and MacPass has no permission for screen recording.");
}
return infoDict;
}