diff --git a/DS4Windows/DS4Forms/DS4Form.cs b/DS4Windows/DS4Forms/DS4Form.cs index f7f0149..7fea5d9 100644 --- a/DS4Windows/DS4Forms/DS4Form.cs +++ b/DS4Windows/DS4Forms/DS4Form.cs @@ -390,7 +390,8 @@ namespace DS4Windows instance = this; this.Resize += Form_Resize; this.LocationChanged += TrackLocationChanged; - Form_Resize(null, null); + if (!(StartMinimized || mini)) + Form_Resize(null, null); Program.rootHub.Debug += On_Debug;