This commit is contained in:
parent
aa7b865624
commit
47da988bb4
|
@ -115,7 +115,7 @@ namespace WechatHelper
|
||||||
if (isIconic)
|
if (isIconic)
|
||||||
{
|
{
|
||||||
ShowWindow(handle, 1);
|
ShowWindow(handle, 1);
|
||||||
Thread.Sleep(1000);
|
Thread.Sleep(3000);
|
||||||
}
|
}
|
||||||
|
|
||||||
var thisHandel = Process.GetCurrentProcess().MainWindowHandle;
|
var thisHandel = Process.GetCurrentProcess().MainWindowHandle;
|
||||||
|
@ -156,7 +156,7 @@ namespace WechatHelper
|
||||||
|
|
||||||
if (isIconic)
|
if (isIconic)
|
||||||
{
|
{
|
||||||
Thread.Sleep(1000);
|
Thread.Sleep(4000);
|
||||||
ShowWindow(handle, 2);
|
ShowWindow(handle, 2);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue