Update hooks list after edit save

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

View File

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