From 30f1f96870a6cd66236c02aebba2ca38dd0a48d5 Mon Sep 17 00:00:00 2001 From: Alexander Bilz <mail@alexbilz.com> Date: Fri, 01 Jan 2021 20:57:57 +0000 Subject: [PATCH] Merge pull request #104 from araknoid/disable-theme-switcher --- README.md | 7 +++++++ 1 files changed, 7 insertions(+), 0 deletions(-) diff --git a/README.md b/README.md index f94965a..6cdfcd0 100644 --- a/README.md +++ b/README.md @@ -114,6 +114,13 @@ displayMode = "dark" ``` +### Disable Theme Switcher +You can easily disable the theme switcher from the `config.toml`. All you have to do is to set the parameter `disableThemeSwitcher` to `true`. +```toml +[params] +disableThemeSwitcher = true # Theme switcher is enabled by default +``` + ### Disable Animations You can easily disable the animations from the `config.toml`. All you have to do is to set the parameter `doNotLoadAnimations` to `true`. ```toml -- Gitblit v1.10.0