diff options
| author | PrivacyDevel <105459436+PrivacyDevel@users.noreply.github.com> | 2022-11-22 17:08:32 +0000 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2022-11-22 17:08:32 +0000 |
| commit | 96560672965feb3cc28f8ca579fef229b4823378 (patch) | |
| tree | faf6670e0e66f253aa45d3d0752ca2d602cd2e84 /config | |
| parent | 9eb2ad367e271ebffaf0b908d51df7639e6c7645 (diff) | |
| download | invidious-96560672965feb3cc28f8ca579fef229b4823378.tar.gz invidious-96560672965feb3cc28f8ca579fef229b4823378.tar.bz2 invidious-96560672965feb3cc28f8ca579fef229b4823378.zip | |
Add "light" and "auto" as accepted values for dark_mode
Diffstat (limited to 'config')
| -rw-r--r-- | config/config.example.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/config/config.example.yml b/config/config.example.yml index b8c44873..68e777c1 100644 --- a/config/config.example.yml +++ b/config/config.example.yml @@ -613,7 +613,7 @@ default_user_preferences: ## ## Enable/Disable dark mode. ## - ## Accepted values: "dark" + ## Accepted values: "dark", "light", "auto" ## Default: <none> ## #dark_mode: |
