Set default color for birthdays calendar
This commit is contained in:
parent
c077643c43
commit
e7dfea1e03
1 changed files with 2 additions and 2 deletions
|
@ -253,8 +253,8 @@ class kolab_driver extends calendar_driver
|
|||
'id' => $id,
|
||||
'name' => $this->cal->gettext('birthdays'),
|
||||
'listname' => $this->cal->gettext('birthdays'),
|
||||
'color' => $prefs[$id]['color'],
|
||||
'active' => $prefs[$id]['active'],
|
||||
'color' => $prefs[$id]['color'] ?: '87CEFA',
|
||||
'active' => (bool)$prefs[$id]['active'],
|
||||
'showalarms' => (bool)$this->rc->config->get('calendar_birthdays_alarm_type'),
|
||||
'group' => 'x-birthdays',
|
||||
'readonly' => true,
|
||||
|
|
Loading…
Add table
Reference in a new issue