mirror of
https://github.com/inverse-inc/sogo.git
synced 2026-05-19 18:35:25 +00:00
@@ -741,6 +741,16 @@ NSString *SOGoWeekStartFirstFullWeek = @"FirstFullWeek";
|
||||
return [self objectForKey: @"SOGoCalendarCategoriesColors"];
|
||||
}
|
||||
|
||||
- (void) setCalendarWeekdays: (NSArray *) newValues
|
||||
{
|
||||
[self setObject: newValues forKey: @"SOGoCalendarWeekdays"];
|
||||
}
|
||||
|
||||
- (NSArray *) calendarWeekdays
|
||||
{
|
||||
return [self stringArrayForKey: @"SOGoCalendarWeekdays"];
|
||||
}
|
||||
|
||||
- (void) setCalendarShouldDisplayWeekend: (BOOL) newValue
|
||||
{
|
||||
[self setBool: newValue forKey: @"SOGoCalendarShouldDisplayWeekend"];
|
||||
|
||||
Reference in New Issue
Block a user