feat: add branding to settings
License: MIT Signed-off-by: Henrique Dias <hacdias@gmail.com>
This commit is contained in:
parent
02fb011d25
commit
67a8976415
2
frontend
2
frontend
@ -1 +1 @@
|
|||||||
Subproject commit 9e6f265152bc184f1404d8a62d90deb41fd87ce1
|
Subproject commit a9852a50b409c7c2d57663e6cf53e0980eee87b3
|
||||||
@ -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
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user