fix: SettingForm load RedriectorTCP value wrong

fix: Start Profile ModeComboBox.Text and ProfileNameText.Text wrong
This commit is contained in:
ChsBuffer
2020-10-25 20:48:35 +08:00
parent 89ce721d4c
commit 7b0f0f35cc
3 changed files with 4 additions and 6 deletions

View File

@@ -75,7 +75,7 @@ namespace System.Windows.Forms
private bool IsOriginalItems => Items.Count == AutoFillTag.Length;
private void ResetCompletionList()
public void ResetCompletionList()
{
Keyword = null;
try