Color full panel bars, swap containers, fix black text, fix non-delta parens

This commit is contained in:
Tyfon
2024-05-02 11:19:02 -07:00
parent 107d598b7e
commit 1809f1343d
6 changed files with 214 additions and 81 deletions

View File

@@ -8,7 +8,7 @@ using System.Reflection;
namespace UIFixes
{
internal class ContainerStackPatch : ModulePatch
public class ContainerStackPatch : ModulePatch
{
private static Type MergeableItemType;