Update mac/Keyman4MacIM/Keyman4MacIM/Privacy/PrivacyConsent.m

Co-authored-by: Marc Durdin <marc@durdin.net>
This commit is contained in:
Shawn Schantz 2022-11-22 08:49:57 +07:00 committed by GitHub
parent 6611e5f393
commit ed78cfd339
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -78,7 +78,7 @@
} else {
// set completionHandler to be called after privacyDialog is dismissed
_completionHandler = withCompletionHandler;
NSLog(@"do not have Accessibility, present Privacy Dialog");
NSLog(@"do not have Accessibility, present Privacy Dialog");
[self showPrivacyDialog];
}
}