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
__instance.CreateNewOption_EnumDropdown("<color=green>Affix Show Roll (Tooltip)</color>","Show affix roll on tooltip text",AffixShowRoll,(i)=>
302
+
__instance.CreateNewOption_EnumDropdown(CategoryName,"<color=green>Affix Show Roll (Tooltip)</color>","Show affix roll on tooltip text",AffixShowRoll,(i)=>
302
303
{
303
304
AffixShowRoll.Value=(DisplayAffixType)i;
304
305
ImprovementsModCategory.SaveToFile();
305
306
});
306
-
__instance.CreateNewOption_EnumDropdown("<color=green>Affix Show Roll (Ground)","Show affix roll on ground text",ShowAffixOnLabel,(i)=>
307
+
__instance.CreateNewOption_EnumDropdown(CategoryName,"<color=green>Affix Show Roll (Ground)</color>","Show affix roll on ground text",ShowAffixOnLabel,(i)=>
0 commit comments