Skip to content

Commit

Permalink
Updated book with theme_editor button
Browse files Browse the repository at this point in the history
  • Loading branch information
casperstorm committed Sep 17, 2024
1 parent 12e209a commit eec2ea0
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 eec2ea0

Please sign in to comment.