fixed preferences with group titles not being displayed
This commit is contained in:
parent
6882fa0fdb
commit
50466277f7
1 changed files with 1 additions and 1 deletions
|
@ -164,7 +164,7 @@ sub TransformPrefsToHTML {
|
|||
}
|
||||
}
|
||||
|
||||
push @lines, { CHUNKS => \@chunks, NAMES => \@names };
|
||||
push @lines, { CHUNKS => \@chunks, NAMES => \@names, is_group_title => 0 };
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue