BepInEx / BepInEx.ConfigurationManager

Plugin configuration manager for BepInEx
https://www.patreon.com/ManlyMarco
GNU Lesser General Public License v3.0
227 stars 54 forks source link

can i hide one setting based on another #48

Closed ghost closed 2 years ago

ghost commented 2 years ago

example setting a is 0 show setting b hide setting c and a is 1 hide b to show c

ManlyMarco commented 2 years ago

You need to tell it to rebuild the settings list https://github.com/BepInEx/BepInEx.ConfigurationManager/blob/master/ConfigurationManager/ConfigurationManager.cs#L157-L160

ghost commented 2 years ago

thanks