Rename context menu patch

This commit is contained in:
Tyfon
2024-06-02 19:33:28 -07:00
parent 70e9cf1a84
commit e9697de98b
2 changed files with 2 additions and 3 deletions

View File

@@ -1,6 +1,5 @@
using Aki.Reflection.Patching; using Aki.Reflection.Patching;
using Aki.Reflection.Utils; using Aki.Reflection.Utils;
using Comfort.Common;
using EFT.InventoryLogic; using EFT.InventoryLogic;
using EFT.UI; using EFT.UI;
using HarmonyLib; using HarmonyLib;
@@ -11,7 +10,7 @@ using System.Reflection;
namespace UIFixes namespace UIFixes
{ {
public static class InsureContextMenuPatches public static class ContextMenuPatches
{ {
private static Type InventoryRootInteractionsType; private static Type InventoryRootInteractionsType;
private static Type TradingRootInteractionsType; private static Type TradingRootInteractionsType;

View File

@@ -37,7 +37,7 @@ namespace UIFixes
AddOfferClickablePricesPatches.Enable(); AddOfferClickablePricesPatches.Enable();
new AssortUnlocksPatch().Enable(); new AssortUnlocksPatch().Enable();
new AutofillQuestItemsPatch().Enable(); new AutofillQuestItemsPatch().Enable();
InsureContextMenuPatches.Enable(); ContextMenuPatches.Enable();
TradingAutoSwitchPatches.Enable(); TradingAutoSwitchPatches.Enable();
AddOfferRememberAutoselectPatches.Enable(); AddOfferRememberAutoselectPatches.Enable();
KeepMessagesOpenPatches.Enable(); KeepMessagesOpenPatches.Enable();