Skip to content

Commit

Permalink
Merge pull request #576 from squidowl/sidemenu-theme-editor-book
Browse files Browse the repository at this point in the history
Updated book with theme_editor button
  • Loading branch information
tarkah authored Sep 17, 2024
2 parents c457c69 + eec2ea0 commit a9c31b9
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions book/src/configuration/sidebar/buttons.md
Original file line number Diff line number Diff line change
Expand Up @@ -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`
Expand All @@ -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`

0 comments on commit a9c31b9

Please sign in to comment.