Skip to content

Commit

Permalink
Merge pull request #42 from Mr-Technician/develop-1.0
Browse files Browse the repository at this point in the history
1.3.3 Updates
  • Loading branch information
Mr-Technician committed Aug 27, 2022
2 parents 7f3898a + 69be654 commit 815e89c
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion BorderlessMinecraft/Form1.cs
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@ internal MainForm()
heightTextBox.Text = advancedParams[3];
}

if (Config.StartMinimized && IsAutoStarted()) //ensure the app has autostarted and minimize to tray is enabled. This ensures normal starts will not be minimized
if (Config.StartMinimized)
{
WindowState = FormWindowState.Minimized;
Hide(); //hide the app in the tray
Expand Down
6 changes: 3 additions & 3 deletions BorderlessMinecraft/Properties/AssemblyInfo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
[assembly: AssemblyConfiguration("")]
[assembly: AssemblyCompany("")]
[assembly: AssemblyProduct("BorderlessMinecraft")]
[assembly: AssemblyCopyright("Copyright © 2019")]
[assembly: AssemblyCopyright("Copyright © 2022")]
[assembly: AssemblyTrademark("")]
[assembly: AssemblyCulture("")]

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

0 comments on commit 815e89c

Please sign in to comment.