mirror of
https://github.com/inverse-inc/sogo.git
synced 2026-07-05 08:34:30 +00:00
Display category color
This commit is contained in:
committed by
Francis Lachapelle
parent
62468d21ef
commit
174accdb23
@@ -78,8 +78,8 @@
|
||||
$scope.preferences = statePreferences;
|
||||
|
||||
$scope.addCalendarCategory = function() {
|
||||
var color = {"": "#000"};
|
||||
$scope.preferences.defaults.SOGoCalendarCategories.push("");
|
||||
var color = {"New category": "#aaa"};
|
||||
$scope.preferences.defaults.SOGoCalendarCategories.push("New category");
|
||||
$scope.preferences.defaults.SOGoCalendarCategoriesColors.push(color);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user