Keep quantity focused after purchase

This commit is contained in:
Tyfon
2024-05-31 16:20:59 -07:00
parent a9c60d33e7
commit 6da8800d97
2 changed files with 27 additions and 0 deletions

View File

@@ -41,6 +41,7 @@ namespace UIFixes
TradingAutoSwitchPatches.Enable();
AddOfferRememberAutoselectPatches.Enable();
KeepMessagesOpenPatches.Enable();
new FocusTradeQuantityPatch().Enable();
}
public static bool InRaid()