修复添加服务器ServerComboBox未刷新

This commit is contained in:
ChsBuffer
2020-08-26 14:50:39 +08:00
parent 1a19f59a6b
commit bb3bfaaffc

View File

@@ -64,6 +64,7 @@ namespace Netch.Forms
Hide();
form?.ShowDialog();
InitServer();
Configuration.Save();
Show();
}