Files
ladybird/Libraries/LibCore
Brendan Coles edd8abc4cf LibCore: read_bool_entry parse "true" / "false" strings in config files
`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.
2020-04-23 11:04:25 +02:00
..
2020-03-14 23:56:12 +01:00
2020-02-14 13:17:26 +01:00
2020-02-14 13:17:26 +01:00
2020-03-14 23:56:12 +01:00