1
0
Fork 0
forked from entailz/toes

add gradient tab rendering mode

This commit is contained in:
atagen 2026-05-15 14:50:24 +10:00
parent d07c2a5cc9
commit f27d2338d2
4 changed files with 124 additions and 13 deletions

View file

@ -475,6 +475,7 @@ struct config {
enum {
CONF_TABS_STYLE_ROUNDED,
CONF_TABS_STYLE_SQUARE,
CONF_TABS_STYLE_GRADIENT,
} style;
enum {
CONF_TABS_LAYOUT_SPAN,