diff --git a/v2rayN/v2rayN/Forms/MainForm.cs b/v2rayN/v2rayN/Forms/MainForm.cs index f36c2fc7..a8df305a 100644 --- a/v2rayN/v2rayN/Forms/MainForm.cs +++ b/v2rayN/v2rayN/Forms/MainForm.cs @@ -392,6 +392,8 @@ namespace v2rayN.Forms } } } + notifyMain.Icon = GetNotifyIcon(); + } private void ssMain_ItemClicked(object sender, ToolStripItemClickedEventArgs e) { @@ -1019,7 +1021,7 @@ namespace v2rayN.Forms { //this.WindowState = FormWindowState.Minimized; this.Hide(); - this.notifyMain.Icon = this.Icon; + //this.notifyMain.Icon = this.Icon; this.notifyMain.Visible = true; this.ShowInTaskbar = false;