mirror of
https://github.com/netchx/netch.git
synced 2026-05-07 22:44:03 +08:00
优化SearchComboBox
This commit is contained in:
@@ -65,6 +65,7 @@ namespace Netch.Forms
|
||||
|
||||
ModeComboBox.Items.Clear();
|
||||
ModeComboBox.Items.AddRange(Global.Modes.ToArray());
|
||||
ModeComboBox.Tag = null;
|
||||
SelectLastMode();
|
||||
_comboBoxInitialized = comboBoxInitialized;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user