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
ScanOptions.Add(kind,Config.Bind<bool>($"Icon.{kind}","enabled",true,$"Whether or or {kind} should be shown on the minimap"));
54
+
ScanOptions.Add(kind,Config.Bind<bool>($"Icon.{kind}","enabled",true,$"Whether or {InteractibleKindDescriptions[kind]} should be shown on the minimap."));
41
55
42
56
ConfigEntry<Color>activeColor=Config.Bind<Color>($"Icon.{kind}","activeColor",Settings.GetColor(kind,true),"The color the icon should be when it has not been interacted with");
43
57
ConfigEntry<Color>inactiveColor=Config.Bind<Color>($"Icon.{kind}","inactiveColor",Settings.GetColor(kind,false),"The color the icon should be when it has used/bought");
0 commit comments