Major reflection refactor into R helper class

This commit is contained in:
Tyfon
2024-05-20 15:05:55 -07:00
parent a3c85da54e
commit b8f85c06c6
10 changed files with 387 additions and 159 deletions

View File

@@ -9,6 +9,8 @@ namespace UIFixes
{
Settings.Init(Config);
R.Init();
new ConfirmationDialogKeysPatch().Enable();
new FixMailRecieveAllPatch().Enable();
new FixTooltipPatch().Enable();