Skip to content

Commit

Permalink
added tags enabled into color rule
Browse files Browse the repository at this point in the history
  • Loading branch information
malekvictor committed Sep 30, 2020
1 parent 1cb0119 commit a14a2aa
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions color_rule.go
Original file line number Diff line number Diff line change
Expand Up @@ -13,4 +13,5 @@ type ColorRule struct {
SectionEnabled *bool `json:"section_enabled,omitempty"`
TaskImportanceEnabled *bool `json:"task_importance_enabled,omitempty"`
TaskUrgencyEnabled *bool `json:"task_urgency_enabled,omitempty"`
TagsEnabled *bool `json:"tags_enabled,omitempty"`
}

0 comments on commit a14a2aa

Please sign in to comment.