mirror of
https://github.com/inverse-inc/sogo.git
synced 2026-05-21 11:25:24 +00:00
It is now possible to print the calendar as a list, dayView or weekView
This commit is contained in:
@@ -33,7 +33,7 @@ static NSArray *layoutItems = nil;
|
||||
{
|
||||
if (!layoutItems)
|
||||
{
|
||||
layoutItems = [NSArray arrayWithObjects: @"LIST", @"DAY", @"WEEK", @"MONTH", nil];
|
||||
layoutItems = [NSArray arrayWithObjects: @"LIST", @"DAY", @"WEEK", nil];
|
||||
[layoutItems retain];
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user