From ed78cfd339ba700e872dfb256e43864e37dcdd4e Mon Sep 17 00:00:00 2001 From: Shawn Schantz <89134789+sgschantz@users.noreply.github.com> Date: Tue, 22 Nov 2022 08:49:57 +0700 Subject: [PATCH] Update mac/Keyman4MacIM/Keyman4MacIM/Privacy/PrivacyConsent.m Co-authored-by: Marc Durdin --- mac/Keyman4MacIM/Keyman4MacIM/Privacy/PrivacyConsent.m | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mac/Keyman4MacIM/Keyman4MacIM/Privacy/PrivacyConsent.m b/mac/Keyman4MacIM/Keyman4MacIM/Privacy/PrivacyConsent.m index 3f54589cec..7e3fffdb0a 100644 --- a/mac/Keyman4MacIM/Keyman4MacIM/Privacy/PrivacyConsent.m +++ b/mac/Keyman4MacIM/Keyman4MacIM/Privacy/PrivacyConsent.m @@ -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]; } }