mirror of
https://github.com/inverse-inc/sogo.git
synced 2026-03-12 18:31:23 +00:00
Finished the view, need to display the eventsblock
This commit is contained in:
@@ -33,7 +33,7 @@ static NSArray *layoutItems = nil;
|
||||
{
|
||||
if (!layoutItems)
|
||||
{
|
||||
layoutItems = [NSArray arrayWithObjects: @"LIST", @"WEEK", @"MONTH", nil];
|
||||
layoutItems = [NSArray arrayWithObjects: @"LIST", @"DAY", @"WEEK", @"MONTH", nil];
|
||||
[layoutItems retain];
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user