From 84e481f704b6683c73ab57113a8fec8fc694d982 Mon Sep 17 00:00:00 2001 From: ChsBuffer <33744752+chsbuffer@users.noreply.github.com> Date: Fri, 30 Apr 2021 15:45:12 +0800 Subject: [PATCH] fix typo --- Netch/Forms/MainForm.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Netch/Forms/MainForm.cs b/Netch/Forms/MainForm.cs index e2f4ceb5..c10953e4 100644 --- a/Netch/Forms/MainForm.cs +++ b/Netch/Forms/MainForm.cs @@ -1235,7 +1235,7 @@ namespace Netch.Forms if (File.Exists(file)) File.Delete(file); - if (IsWaiting()) + if (!IsWaiting()) await StopAsyncCore(); Dispose();