Fix proxy close issue

This commit is contained in:
2024-03-24 23:24:52 +08:00
parent 5b2442591f
commit 055bddc22c
2 changed files with 31 additions and 2 deletions

View File

@@ -164,7 +164,9 @@ namespace GrasscutterTools.Forms
// 遍历每一个页面,通知关闭
foreach (var page in Pages.Values)
{
Logger.I(TAG, $"{page.Name} OnClosed enter");
page.OnClosed();
Logger.I(TAG, $"{page.Name} OnClosed completed");
}
// 保存当前设置