
TomlHelper
Helper mod for saving and loading Toml config files.Details
v1.1.0
- Added ENVY support
- Added reset_default
- Added drop_empty_tables flag (hinyb suggestion)
- Changed writing to cfg to only happen once per ImGui frame (hinyb suggestion)
- Added a way to have multiple configs per plugin
- You can specify cfg_name using a table
- save_cfg defaults to save_cfg_internal if called when Imgui is closed
v1.1.1
- Bugfixes and formatting