diff options
| author | Federico Angelilli <code@fedang.net> | 2024-09-11 22:20:04 +0200 |
|---|---|---|
| committer | Federico Angelilli <code@fedang.net> | 2024-09-11 22:20:04 +0200 |
| commit | b94e342ea59c9d13ef1e380834534c1c1c8a83ec (patch) | |
| tree | 17e7fcb888710927c78fd14003a103dc7e52ae27 /src/blocks | |
| parent | ee3ea3be13744f766af57e4ae4504b5942655184 (diff) | |
Add collapse option to groups
Diffstat (limited to 'src/blocks')
| -rw-r--r-- | src/blocks/group.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/blocks/group.c b/src/blocks/group.c index 4fcb420..9843afa 100644 --- a/src/blocks/group.c +++ b/src/blocks/group.c @@ -4,6 +4,7 @@ const block_scheme_t block_group_scheme = { .name = "group", .block = { .type = BLOCK_GROUP, + .group.collapse = false, }, .size = 0, .entries = NULL, |
