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

@ -1861,7 +1861,7 @@ parse_section_tabs(struct context *ctx)
"enum is not 32-bit");
return value_to_enum(
ctx,
(const char *[]){"rounded", "square", NULL},
(const char *[]){"rounded", "square", "gradient", NULL},
(int *)&conf->tabs.style);
}