Skip to content

Commit aadaed0

Browse files
committed
修复Yae
1 parent ba81f5f commit aadaed0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Snap.Hutao.Remastered/Snap.Hutao.Remastered/Factory/Process/NativeProcess.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ public NativeProcess(HutaoNativeProcess process)
2222

2323
public HWND MainWindowHandle { get => process.MainWindowHandle; }
2424

25-
public bool HasExited { get => process.GetExitCodeProcess(out _); }
25+
public bool HasExited { get => !process.GetExitCodeProcess(out _); }
2626

2727
public int ExitCode
2828
{

0 commit comments

Comments
 (0)