From aa95ca81a3c999e93f1397c1293cc258dd2fb592 Mon Sep 17 00:00:00 2001 From: Akkariiin Date: Fri, 19 Apr 2019 18:32:16 +0800 Subject: [PATCH] fix CheckAutoBan not enable --- shadowsocks-csharp/View/SettingsForm.Designer.cs | 1 - 1 file changed, 1 deletion(-) diff --git a/shadowsocks-csharp/View/SettingsForm.Designer.cs b/shadowsocks-csharp/View/SettingsForm.Designer.cs index e9590362..d62807a4 100644 --- a/shadowsocks-csharp/View/SettingsForm.Designer.cs +++ b/shadowsocks-csharp/View/SettingsForm.Designer.cs @@ -176,7 +176,6 @@ private void InitializeComponent() // CheckAutoBan // this.CheckAutoBan.AutoSize = true; - this.CheckAutoBan.Enabled = false; this.CheckAutoBan.Location = new System.Drawing.Point(72, 136); this.CheckAutoBan.Name = "CheckAutoBan"; this.CheckAutoBan.Size = new System.Drawing.Size(85, 19);