Skip to content

Commit 79ecd11

Browse files
Solved issue Menu UI blocks when starting not possible
1 parent f588e31 commit 79ecd11

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

Source/Menu/DownloadContentForm.cs

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -791,6 +791,9 @@ void StartButton_Click(object sender, EventArgs e)
791791
// close this dialog
792792
DialogResult = DialogResult.OK;
793793

794+
setCursorToDefaultCursor();
795+
ClosingBlocked = false;
796+
794797
return;
795798
}
796799

0 commit comments

Comments
 (0)