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
Copy file name to clipboardExpand all lines: ComponentSelectorAdditions/DefaultConfig.cs
+7Lines changed: 7 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -18,6 +18,8 @@ public sealed class DefaultConfig : ConfigSection
18
18
newConfigKeyRange<float>(32,64)
19
19
};
20
20
21
+
privatestaticreadonlyDefiningConfigKey<bool>_useSeparateConcreteGenericColor=new("UseSeparateConcreteGenericColor","Use a blend between the generic component buttons' green and the non-generic component buttons' cyan for concrete generics.",()=>true);
22
+
21
23
/// <summary>
22
24
/// Gets this config's instance.
23
25
/// </summary>
@@ -41,6 +43,11 @@ public sealed class DefaultConfig : ConfigSection
Logger.Warn(ex.LogFormat($"Failed to make generic type for component [{result.Component.NiceName}] with [{parsedGeneric.GetNiceName()}] (from \"{eventData.Path.GenericType}\")!"));
0 commit comments