Skip to content

Commit

Permalink
Remove title setting from Program.cs.
Browse files Browse the repository at this point in the history
  • Loading branch information
Mr-Technician committed Dec 11, 2021
1 parent 5a78d7e commit cf91c28
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 5 deletions.
2 changes: 1 addition & 1 deletion BorderlessMinecraft/Form1.Designer.cs

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

5 changes: 1 addition & 4 deletions BorderlessMinecraft/Program.cs
Original file line number Diff line number Diff line change
Expand Up @@ -36,10 +36,7 @@ static void Main()
{
Application.EnableVisualStyles();
Application.SetCompatibleTextRenderingDefault(false);
Application.Run(new Form1()
{
Text = "Borderless Minecraft 1.3.0"
});
Application.Run(new Form1());
}
}
}

0 comments on commit cf91c28

Please sign in to comment.