Skip to content

Commit

Permalink
fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
chsbuffer committed Apr 30, 2021
1 parent fb64951 commit 84e481f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Netch/Forms/MainForm.cs
Original file line number Diff line number Diff line change
Expand Up @@ -1235,7 +1235,7 @@ public async void Exit(bool forceExit = false, bool saveConfiguration = true)
if (File.Exists(file))
File.Delete(file);

if (IsWaiting())
if (!IsWaiting())
await StopAsyncCore();

Dispose();
Expand Down

0 comments on commit 84e481f

Please sign in to comment.