diff --git a/src/UI/Panels/HookManagerPanel.cs b/src/UI/Panels/HookManagerPanel.cs index f4f6030..7f0f6ba 100644 --- a/src/UI/Panels/HookManagerPanel.cs +++ b/src/UI/Panels/HookManagerPanel.cs @@ -97,6 +97,8 @@ namespace UnityExplorer.UI.Panels genericArgsHandler.ConstructUI(ContentRoot); genericArgsHandler.UIRoot.SetActive(false); + + hookCreator.LoadSavedHooks(); } } }