fix(calendar): Fix inaccessibility to personal calendar on Mac OS X Ventura. Fixes #5639

This commit is contained in:
smizrahi
2023-01-26 17:12:08 +01:00
parent f15840217b
commit 7e357f1bc9
4 changed files with 6 additions and 6 deletions
+1 -1
View File
@@ -226,7 +226,7 @@ static SoSecurityManager *sm = nil;
// Ticket #5639
if ([[context request] isMacOSXVenturaCalendarApp]) {
if ([key isEqualToString:@"personal"]) {
key = @"Personal";
key = @"PERSONAL";
}
}