Skip to content

Commit

Permalink
code style
Browse files Browse the repository at this point in the history
  • Loading branch information
Victor Neznaykin committed Jun 30, 2021
1 parent d20bc7d commit 81b0f6e
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions features.go
Original file line number Diff line number Diff line change
Expand Up @@ -217,6 +217,9 @@ type Features struct {
// Support email
SupportEmail string `json:"support_email"`

// Theme settings containing colors for app and web
ThemeSettings *Theme `json:"theme_settings,omitempty"`

// Deprecated
TaskChecklist bool `json:"task_checklist"`

Expand All @@ -240,8 +243,6 @@ type Features struct {

// Deprecated
MinAppVersion string `json:"min_app_version"`

ThemeSettings *Theme `json:"theme_settings,omitempty"`
}

// Interactive Connectivity Establishment Server for WEB Rtc connection. Readonly.
Expand Down

0 comments on commit 81b0f6e

Please sign in to comment.