mirror of
https://github.com/fergalmoran/ladybird.git
synced 2026-03-18 03:15:27 +00:00
`read_bool_entry()` can now interpret both integers (1 or 0) and
Boolean strings ("true" or "false") in configuration files.
All values other than "1" or "true" are considered false.