From d5fc5a629eae3522560649d762830eb18aac1247 Mon Sep 17 00:00:00 2001 From: DengYq Date: Fri, 13 Sep 2019 13:05:50 +0800 Subject: [PATCH] =?UTF-8?q?=E5=8E=BB=E9=99=A4=E6=97=A0=E6=84=8F=E4=B9=89?= =?UTF-8?q?=E5=88=A4=E7=A9=BA?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- v2rayN/v2rayN/Forms/BaseForm.cs | 5 ----- 1 file changed, 5 deletions(-) diff --git a/v2rayN/v2rayN/Forms/BaseForm.cs b/v2rayN/v2rayN/Forms/BaseForm.cs index a315b8b2..7c1e1ce5 100644 --- a/v2rayN/v2rayN/Forms/BaseForm.cs +++ b/v2rayN/v2rayN/Forms/BaseForm.cs @@ -41,11 +41,6 @@ namespace v2rayN.Forms //设置托盘图标 private void LoadGlobleAgentCustomIcon() { - if (this.Icon == null) - { - globleAgentIcon = this.Icon; - } - //原图标进行颜色变化 System.Drawing.Bitmap gImage = this.Icon.ToBitmap(); for (int x = 0; x < gImage.Width; x++)