mirror of
https://github.com/2dust/v2rayN.git
synced 2025-12-29 22:59:44 +05:00
Update MainForm.cs
This commit is contained in:
@@ -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;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user