mirror of
https://github.com/go-vikunja/vikunja.git
synced 2026-04-24 22:25:15 +00:00
feat: allow setting dark custom logo
Resolves https://github.com/go-vikunja/vikunja/issues/1799
This commit is contained in:
@@ -123,6 +123,11 @@
|
||||
"default_value": "",
|
||||
"comment": "Allow using a custom logo via external URL."
|
||||
},
|
||||
{
|
||||
"key": "customlogourldark",
|
||||
"default_value": "",
|
||||
"comment": "Allow using a custom logo for dark mode via external URL. If not set, the regular logo will be used for both light and dark modes."
|
||||
},
|
||||
{
|
||||
"key": "enablepublicteams",
|
||||
"default_value": "false",
|
||||
|
||||
Reference in New Issue
Block a user