mirror of
https://github.com/cemu-project/DS4Windows.git
synced 2025-01-23 21:51:09 +01:00
Make sure to not show main window if app should start minimized
Not a great fix. Related to issue #514.
This commit is contained in:
parent
4d5ff945d8
commit
c2d26f30ce
@ -390,7 +390,8 @@ namespace DS4Windows
|
|||||||
instance = this;
|
instance = this;
|
||||||
this.Resize += Form_Resize;
|
this.Resize += Form_Resize;
|
||||||
this.LocationChanged += TrackLocationChanged;
|
this.LocationChanged += TrackLocationChanged;
|
||||||
Form_Resize(null, null);
|
if (!(StartMinimized || mini))
|
||||||
|
Form_Resize(null, null);
|
||||||
|
|
||||||
Program.rootHub.Debug += On_Debug;
|
Program.rootHub.Debug += On_Debug;
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user