mirror of
https://github.com/hassio-addons/addon-thelounge.git
synced 2025-05-04 19:11:27 +00:00
🚑 Fix missing theme in default configuration
This commit is contained in:
parent
f724c1f0aa
commit
1215a21a8a
1 changed files with 1 additions and 1 deletions
|
@ -19,7 +19,7 @@
|
||||||
"certfile": "fullchain.pem",
|
"certfile": "fullchain.pem",
|
||||||
"keyfile": "privkey.pem",
|
"keyfile": "privkey.pem",
|
||||||
"default_theme": "default",
|
"default_theme": "default",
|
||||||
"themes": ["thelounge-theme-material"],
|
"themes": ["thelounge-theme-solarized"],
|
||||||
"users": []
|
"users": []
|
||||||
},
|
},
|
||||||
"schema": {
|
"schema": {
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue