mirror of
https://github.com/cemu-project/DS4Windows.git
synced 2025-02-16 16:09:13 +01:00
Fixed Start Minimize and Minimize to Taskbar conflict
Related to issue #861
This commit is contained in:
parent
fe3683ffbe
commit
4c0a7c8d62
@ -397,12 +397,6 @@ namespace DS4Windows.Forms
|
||||
}
|
||||
}
|
||||
|
||||
Form_Resize(null, null);
|
||||
if (!(StartMinimized || mini))
|
||||
{
|
||||
Show();
|
||||
}
|
||||
|
||||
this.Resize += Form_Resize;
|
||||
this.LocationChanged += TrackLocationChanged;
|
||||
|
||||
@ -465,6 +459,9 @@ namespace DS4Windows.Forms
|
||||
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)
|
||||
|
Loading…
x
Reference in New Issue
Block a user