This commit is contained in:
老道 2022-11-10 20:13:11 +08:00
parent aa7b865624
commit 47da988bb4
1 changed files with 4 additions and 4 deletions

View File

@ -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);
} }