Skip to content

Commit 815e89c

Browse files
Merge pull request #42 from Mr-Technician/develop-1.0
1.3.3 Updates
2 parents 7f3898a + 69be654 commit 815e89c

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

BorderlessMinecraft/Form1.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,7 @@ internal MainForm()
7676
heightTextBox.Text = advancedParams[3];
7777
}
7878

79-
if (Config.StartMinimized && IsAutoStarted()) //ensure the app has autostarted and minimize to tray is enabled. This ensures normal starts will not be minimized
79+
if (Config.StartMinimized)
8080
{
8181
WindowState = FormWindowState.Minimized;
8282
Hide(); //hide the app in the tray

BorderlessMinecraft/Properties/AssemblyInfo.cs

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
[assembly: AssemblyConfiguration("")]
1111
[assembly: AssemblyCompany("")]
1212
[assembly: AssemblyProduct("BorderlessMinecraft")]
13-
[assembly: AssemblyCopyright("Copyright © 2019")]
13+
[assembly: AssemblyCopyright("Copyright © 2022")]
1414
[assembly: AssemblyTrademark("")]
1515
[assembly: AssemblyCulture("")]
1616

@@ -32,5 +32,5 @@
3232
// You can specify all the values or you can default the Build and Revision Numbers
3333
// by using the '*' as shown below:
3434
// [assembly: AssemblyVersion("1.0.*")]
35-
[assembly: AssemblyVersion("1.3.2.*")]
36-
[assembly: AssemblyFileVersion("1.3.2.0")]
35+
[assembly: AssemblyVersion("1.3.3.*")]
36+
[assembly: AssemblyFileVersion("1.3.3.0")]

0 commit comments

Comments
 (0)