From 64b32d0030e711d477835bdb58cc690dea62dd33 Mon Sep 17 00:00:00 2001 From: Carlo Corti <araknoid@gmail.com> Date: Fri, 01 Jan 2021 17:06:17 +0000 Subject: [PATCH] Now it's possible to disable the theme switcher --- README.md | 7 +++++++ 1 files changed, 7 insertions(+), 0 deletions(-) diff --git a/README.md b/README.md index aa278ef..8a36f8d 100644 --- a/README.md +++ b/README.md @@ -108,6 +108,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