mirror of
https://github.com/Luzifer/ots.git
synced 2025-08-03 19:54:26 -04:00
Add alternative appIcon
for dark-mode (#204)
This commit is contained in:
parent
6f59345316
commit
9942abc02b
2 changed files with 14 additions and 2 deletions
|
@ -23,6 +23,7 @@ type (
|
|||
// Customize holds the structure of the customization file
|
||||
Customize struct {
|
||||
AppIcon string `json:"appIcon,omitempty" yaml:"appIcon"`
|
||||
AppIconDark string `json:"appIconDark,omitempty" yaml:"appIconDark"`
|
||||
AppTitle string `json:"appTitle,omitempty" yaml:"appTitle"`
|
||||
DisableAppTitle bool `json:"disableAppTitle,omitempty" yaml:"disableAppTitle"`
|
||||
DisablePoweredBy bool `json:"disablePoweredBy,omitempty" yaml:"disablePoweredBy"`
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue