Option to keep AddOffer window open

This commit is contained in:
Tyfon
2024-05-25 02:28:18 -07:00
parent 3662b72efd
commit 7841c058e7
3 changed files with 92 additions and 0 deletions

View File

@@ -30,6 +30,7 @@ namespace UIFixes
new MoveTaskbarPatch().Enable();
FixFleaPatches.Enable();
FleaPrevSearchPatches.Enable();
KeepOfferWindowOpenPatches.Enable();
}
}
}