mirror of
https://gitea.invidious.io/iv-org/invidious-copy-2023-06-08.git
synced 2024-08-15 00:53:38 +00:00
Fix values for dark_mode in config.example.yml (#3426)
This commit is contained in:
commit
5160d8bae3
1 changed files with 3 additions and 3 deletions
|
@ -613,10 +613,10 @@ default_user_preferences:
|
|||
##
|
||||
## Enable/Disable dark mode.
|
||||
##
|
||||
## Accepted values: true, false
|
||||
## Default: <none>
|
||||
## Accepted values: "dark", "light", "auto"
|
||||
## Default: "auto"
|
||||
##
|
||||
#dark_mode:
|
||||
#dark_mode: "auto"
|
||||
|
||||
##
|
||||
## Enable/Disable thin mode (no video thumbnails).
|
||||
|
|
Loading…
Reference in a new issue