This commit is contained in:
2dust 2019-08-01 10:21:20 +08:00
parent cf6c20b12e
commit ed0231e7f9

View file

@ -24,7 +24,7 @@ namespace v2rayN.Forms
{ {
InitializeComponent(); InitializeComponent();
this.ShowInTaskbar = false; this.ShowInTaskbar = false;
//this.WindowState = FormWindowState.Minimized; this.WindowState = FormWindowState.Minimized;
HideForm(); HideForm();
this.Text = Utils.GetVersion(); this.Text = Utils.GetVersion();