mirror of
https://github.com/inverse-inc/sogo.git
synced 2026-08-20 06:03:20 +00:00
(js) Respect SOGoCalendarDefaultReminder in editor
This commit is contained in:
@@ -33,7 +33,7 @@
|
||||
|
||||
if (!unitsList)
|
||||
{
|
||||
unitsList = [NSArray arrayWithObjects: @"MINUTES", @"HOURS", @"DAYS", nil];
|
||||
unitsList = [NSArray arrayWithObjects: @"MINUTES", @"HOURS", @"DAYS", @"WEEKS", nil];
|
||||
[unitsList retain];
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user