mirror of
https://github.com/cemu-project/DS4Windows.git
synced 2025-02-16 16:09:13 +01:00
Fixed showing of window when Minimize to Taskbar is enabled
This commit is contained in:
parent
8f4035ed5a
commit
1dbef3e9b4
@ -397,10 +397,14 @@ namespace DS4Windows.Forms
|
||||
}
|
||||
}
|
||||
|
||||
Form_Resize(null, null);
|
||||
if (!(StartMinimized || mini))
|
||||
{
|
||||
Show();
|
||||
}
|
||||
|
||||
this.Resize += Form_Resize;
|
||||
this.LocationChanged += TrackLocationChanged;
|
||||
if (!(StartMinimized || mini))
|
||||
Form_Resize(null, null);
|
||||
|
||||
Program.CreateIPCClassNameMMF(this.Handle);
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user