diff --git a/DS4Windows/DS4Forms/DS4Form.cs b/DS4Windows/DS4Forms/DS4Form.cs index 1c1a5a2..f7fad50 100644 --- a/DS4Windows/DS4Forms/DS4Form.cs +++ b/DS4Windows/DS4Forms/DS4Form.cs @@ -1016,6 +1016,7 @@ Properties.Resources.DS4Update, MessageBoxButtons.YesNo, MessageBoxIcon.Question { this.BeginInvoke((System.Action)(() => { + contextclose = true; Close(); })); } @@ -2426,6 +2427,7 @@ Properties.Resources.DS4Update, MessageBoxButtons.YesNo, MessageBoxIcon.Question { this.BeginInvoke((System.Action)(() => { + contextclose = true; Close(); })); }