Skip to content

Commit

Permalink
up
Browse files Browse the repository at this point in the history
  • Loading branch information
2dust committed Aug 1, 2019
1 parent cf6c20b commit ed0231e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion v2rayN/v2rayN/Forms/MainForm.cs
Expand Up @@ -24,7 +24,7 @@ public MainForm()
{
InitializeComponent();
this.ShowInTaskbar = false;
//this.WindowState = FormWindowState.Minimized;
this.WindowState = FormWindowState.Minimized;
HideForm();
this.Text = Utils.GetVersion();

Expand Down

0 comments on commit ed0231e

Please sign in to comment.