From eec2ea07efa864bc86a02acf11a507ecba1e01f0 Mon Sep 17 00:00:00 2001 From: Casper Rogild Storm Date: Tue, 17 Sep 2024 15:28:15 +0200 Subject: [PATCH] Updated book with theme_editor button --- book/src/configuration/sidebar/buttons.md | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/book/src/configuration/sidebar/buttons.md b/book/src/configuration/sidebar/buttons.md index 9d2ae8ba..b61608be 100644 --- a/book/src/configuration/sidebar/buttons.md +++ b/book/src/configuration/sidebar/buttons.md @@ -9,6 +9,7 @@ Buttons at the bottom of the sidebar. file_transfer = false command_bar = true reload_config = true +theme_editor = false ``` ## `file_transfer` @@ -31,6 +32,14 @@ Command bar button in sidebar which opens the command bar. Reload config button in sidebar which reloads the configuration file. +- **type**: boolean +- **values**: `true`, `false` +- **default**: `true` + +## `theme_editor` + +Theme editor button in sidebar which opens the theme editor window. + - **type**: boolean - **values**: `true`, `false` - **default**: `true` \ No newline at end of file