mirror of
https://github.com/2dust/v2rayN.git
synced 2025-08-23 11:26:54 +00:00
去除无意义判空
This commit is contained in:
parent
b20c4ec564
commit
d5fc5a629e
1 changed files with 0 additions and 5 deletions
|
@ -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++)
|
||||
|
|
Loading…
Reference in a new issue