In v3.0 it was possible to crash the game when applying changes to DART options in MCM with certain mods enabled/disabled.
In v3.1 I tried to fix this by not re-initializing the inventory GUI afterwards. However this caused mods that added features to the inventory (e.g. Sorting Plus) to no longer work after changing options.
This version brings back re-initializing the inventory but tries to do so in a safer way while adding support for more mods (e.g. OWP).
Side note: both GAMMA 0.9.3. and the Actual Accurate Stat Values mod did an outstanding job at making it as difficult as possible to check for the existence of a file named zz_ui_inventory_better_stats_bars
without crashing the entire game. Kudos to them for the effort.