mirror of
https://github.com/2dust/v2rayN.git
synced 2025-05-03 13:48:52 +00:00
up
This commit is contained in:
parent
cf6c20b12e
commit
ed0231e7f9
1 changed files with 1 additions and 1 deletions
|
@ -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();
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue