Support custom logo for main and header

This commit is contained in:
Denis Arh
2021-08-18 09:42:47 +02:00
parent b95e878c92
commit 57c20f1301
+2 -2
View File
@@ -154,8 +154,8 @@ type (
// UserInterface settings
UI struct {
MainLogo string `kv:"main-logo" json:"mainLogo"`
HeaderLogo string `kv:"header-logo" json:"headerLogo"`
MainLogo string `kv:"main-logo" json:"mainLogo"`
IconLogo string `kv:"icon-logo" json:"iconLogo"`
} `kv:"ui" json:"ui"`
}