Restructure settings, improve dialogs

This commit is contained in:
Tyfon
2024-04-29 18:44:47 -07:00
parent 3b8dff8353
commit 06403ac2bb
5 changed files with 223 additions and 26 deletions

View File

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