From 421b35a79797e4fcb3068c292c9a3dcff3db9ce5 Mon Sep 17 00:00:00 2001 From: ChsBuffer <33744752+chsbuffer@users.noreply.github.com> Date: Thu, 22 Oct 2020 11:15:18 +0800 Subject: [PATCH] fix: SettingForm UseCustomDNSCheckBox click event is not bound --- Netch/Forms/SettingForm.Designer.cs | 1 + 1 file changed, 1 insertion(+) diff --git a/Netch/Forms/SettingForm.Designer.cs b/Netch/Forms/SettingForm.Designer.cs index ebb88d0a..d6c8d7da 100644 --- a/Netch/Forms/SettingForm.Designer.cs +++ b/Netch/Forms/SettingForm.Designer.cs @@ -452,6 +452,7 @@ namespace Netch.Forms this.UseCustomDNSCheckBox.TabIndex = 9; this.UseCustomDNSCheckBox.Text = "Use Custom DNS"; this.UseCustomDNSCheckBox.UseVisualStyleBackColor = true; + this.UseCustomDNSCheckBox.Click += new System.EventHandler(this.TUNTAPUseCustomDNSCheckBox_CheckedChanged); // // TUNTAPDNSLabel //