Skip to content

Commit

Permalink
修复添加服务器ServerComboBox未刷新
Browse files Browse the repository at this point in the history
  • Loading branch information
chsbuffer committed Aug 26, 2020
1 parent 1a19f59 commit bb3bfaa
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Netch/Forms/MainForm.MenuStrip.cs
Original file line number Diff line number Diff line change
Expand Up @@ -64,6 +64,7 @@ private void AddServerToolStripMenuItem_Click(object sender, EventArgs e)

Hide();
form?.ShowDialog();
InitServer();
Configuration.Save();
Show();
}
Expand Down

0 comments on commit bb3bfaa

Please sign in to comment.