Update hooks list after edit save

This commit is contained in:
Sinai 2022-05-10 01:43:41 +10:00
parent 57d3a3f52e
commit 5285239bc5

@ -236,6 +236,8 @@ namespace UnityExplorer.Hooks
CurrentEditedHook = null; CurrentEditedHook = null;
HookManagerPanel.Instance.SetPage(HookManagerPanel.Pages.ClassMethodSelector); HookManagerPanel.Instance.SetPage(HookManagerPanel.Pages.ClassMethodSelector);
} }
HookList.HooksScrollPool.Refresh(true, false);
} }
// UI Construction // UI Construction