Remember inspect panel size, add restore size button

This commit is contained in:
Tyfon
2024-05-08 13:49:33 -07:00
parent bf4774d3d2
commit 25209525a7
3 changed files with 135 additions and 1 deletions

View File

@@ -20,7 +20,8 @@ namespace UIFixes
new TooltipPatch().Enable();
ItemPanelPatches.Enable();
new ContainerStackPatch().Enable();
new DialogPatch().Enable();
DialogPatches.Enable();
ItemPanelResizePatches.Enable();
}
}
}