mirror of
https://github.com/netchx/netch.git
synced 2026-03-16 17:53:17 +08:00
Reset items in ModeComboBox before start profile
This commit is contained in:
@@ -167,6 +167,9 @@ namespace Netch.Forms
|
||||
return;
|
||||
}
|
||||
|
||||
// Reset Mode ComboBox Items
|
||||
ModeComboBox.Text = string.Empty;
|
||||
|
||||
try
|
||||
{
|
||||
LoadProfile(index);
|
||||
|
||||
Reference in New Issue
Block a user