Reverting flea dialog select

This commit is contained in:
Tyfon
2024-04-29 19:00:43 -07:00
parent 06403ac2bb
commit c98927adaf
2 changed files with 16 additions and 45 deletions

View File

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