You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Since BepInEx/BepInEx#267 is in the works it would probably be a good idea to hold off on this specific issue and discourage the use of the settings menu by modders till then, that PR should afford us some more flexibility in how we can integrate these config options.
We could also abstract away ConfigFile now and make the change transparent later, which might end up being better? Options haven't seen a ton of code written for them just yet other than the minimum for checkboxes, so if we decide to go that route now would be the time
Current implem does twice the work. Using ConfigEntries in the very beginning would make options easier to save.
The text was updated successfully, but these errors were encountered: