mirror of
https://github.com/cemu-project/DS4Windows.git
synced 2025-01-23 13:41:15 +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,6 +390,7 @@ namespace DS4Windows
|
||||
instance = this;
|
||||
this.Resize += Form_Resize;
|
||||
this.LocationChanged += TrackLocationChanged;
|
||||
if (!(StartMinimized || mini))
|
||||
Form_Resize(null, null);
|
||||
|
||||
Program.rootHub.Debug += On_Debug;
|
||||
|
Loading…
x
Reference in New Issue
Block a user