Bool vs. int inconsistency in config files #4039
Labels
area: core
Issues not related to a specific subsystem
prio: low
Minor problem or easily worked around
Milestone
Important
This issue was migrated from Trac:
egmont
(@egmontkob)Up until 3 years ago (commit c455037 and a few followup ones) mc used to store config file entries like
but then it was changed to
The switch was incomplete, the "[Layout]" section still contains integers, e.g.:
resulting in an inconsistent use of booleans in the config file.
([HotlistConfig] -> expanded_view_of_groups is also an integer instead of boolean, but see #4038 for that.)
The text was updated successfully, but these errors were encountered: