Update HookManagerPanel.cs

This commit is contained in:
KurobaM 2022-12-17 16:01:45 +08:00 committed by GitHub
parent 7c3443267d
commit 85c88a0fd7
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -97,6 +97,8 @@ namespace UnityExplorer.UI.Panels
genericArgsHandler.ConstructUI(ContentRoot);
genericArgsHandler.UIRoot.SetActive(false);
hookCreator.LoadSavedHooks();
}
}
}