Skip to content

Commit

Permalink
variables: fix gradients default value (#971)
Browse files Browse the repository at this point in the history
  • Loading branch information
soufhehe authored Feb 10, 2025
1 parent 7293d19 commit bf4f4d6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pages/Configuring/Variables.md
Original file line number Diff line number Diff line change
Expand Up @@ -353,7 +353,7 @@ _Subcategory `group:groupbar:`_
| enabled | enables groupbars | bool | true |
| font_family | font used to display groupbar titles, use `misc:font_family` if not specified | string | [\[Empty]] |
| font_size | font size of groupbar title | int | 8 |
| gradients | enables gradients | bool | true |
| gradients | enables gradients | bool | false |
| height | height of the groupbar | int | 14 |
| indicator_height | height of the groupbar indicator | int | 3 |
| stacked | render the groupbar as a vertical stack | bool | false |
Expand Down

0 comments on commit bf4f4d6

Please sign in to comment.