Closed kafeijao closed 2 years ago
Currently the ToggleItems created via BuildToggleItem are ignoring the starting value of the toggle, always defaulting the enable property to false.
enable
false
proper fix imo is https://github.com/dakyneko/DakyModsCVR/commit/28f26de04d58548a28e59e9a3ad76c4e40f0606d see example for ref
Currently the ToggleItems created via BuildToggleItem are ignoring the starting value of the toggle, always defaulting the
enable
property tofalse
.