Reset items in ModeComboBox before start profile

This commit is contained in:
ChsBuffer
2020-10-02 01:34:50 +08:00
parent cc99d32232
commit 36dc4a07f1

View File

@@ -167,6 +167,9 @@ namespace Netch.Forms
return;
}
// Reset Mode ComboBox Items
ModeComboBox.Text = string.Empty;
try
{
LoadProfile(index);