mirror of
https://github.com/inverse-inc/sogo.git
synced 2026-07-04 00:04:19 +00:00
(fix) improved the handling of default calendar categories/colors (#3200)
This commit is contained in:
@@ -702,7 +702,7 @@ NSString *SOGoWeekStartFirstFullWeek = @"FirstFullWeek";
|
||||
|
||||
- (NSDictionary *) calendarCategoriesColors
|
||||
{
|
||||
return [self dictionaryForKey: @"SOGoCalendarCategoriesColors"];
|
||||
return [self objectForKey: @"SOGoCalendarCategoriesColors"];
|
||||
}
|
||||
|
||||
- (void) setCalendarShouldDisplayWeekend: (BOOL) newValue
|
||||
|
||||
Reference in New Issue
Block a user