Skip to content

Commit

Permalink
Merge branch 'jay' of https://github.com/Ryochan7/DS4Windows into jay
Browse files Browse the repository at this point in the history
  • Loading branch information
mika-n authored and mika-n committed Oct 22, 2019
2 parents c6a5adf + b38f37b commit cc15bc0
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 9 deletions.
9 changes: 3 additions & 6 deletions DS4Windows/DS4Forms/DS4Form.cs
Original file line number Diff line number Diff line change
Expand Up @@ -397,12 +397,6 @@ public DS4Form(string[] args)
}
}

Form_Resize(null, null);
if (!(StartMinimized || mini))
{
Show();
}

this.Resize += Form_Resize;
this.LocationChanged += TrackLocationChanged;

Expand Down Expand Up @@ -465,6 +459,9 @@ public DS4Form(string[] args)
timerThread.IsBackground = true;
timerThread.Priority = ThreadPriority.Lowest;
timerThread.Start();

// Have Form_Resize run to honor minimize setting
Show();
}

private void TBUdpListenAddress_Leave(object sender, EventArgs e)
Expand Down
4 changes: 2 additions & 2 deletions DS4Windows/Properties/AssemblyInfo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@
// 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.7.18")]
[assembly: AssemblyFileVersion("1.7.18")]
[assembly: AssemblyVersion("1.7.19")]
[assembly: AssemblyFileVersion("1.7.19")]
[assembly: NeutralResourcesLanguage("en")]

2 changes: 1 addition & 1 deletion DS4Windows/newest.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
1.7.18
1.7.19

0 comments on commit cc15bc0

Please sign in to comment.