feat: add branding to settings

License: MIT
Signed-off-by: Henrique Dias <hacdias@gmail.com>
This commit is contained in:
Henrique Dias 2019-01-01 13:08:44 +00:00
parent 02fb011d25
commit 67a8976415
2 changed files with 2 additions and 2 deletions

@ -1 +1 @@
Subproject commit 9e6f265152bc184f1404d8a62d90deb41fd87ce1 Subproject commit a9852a50b409c7c2d57663e6cf53e0980eee87b3

View File

@ -29,7 +29,7 @@ type Sorting struct {
type Branding struct { type Branding struct {
Name string `json:"name"` Name string `json:"name"`
DisableExternal bool `json:"disableExternal"` DisableExternal bool `json:"disableExternal"`
Files string `json:"string"` Files string `json:"files"`
} }
// UserDefaults is a type that holds the default values // UserDefaults is a type that holds the default values