mirror of
https://github.com/cemu-project/DS4Windows.git
synced 2024-11-23 01:39:17 +01:00
Don't don't show disconnect confirm window when launching updater
This commit is contained in:
parent
7b3b035eae
commit
b98ef8afdb
@ -1016,6 +1016,7 @@ Properties.Resources.DS4Update, MessageBoxButtons.YesNo, MessageBoxIcon.Question
|
|||||||
{
|
{
|
||||||
this.BeginInvoke((System.Action)(() =>
|
this.BeginInvoke((System.Action)(() =>
|
||||||
{
|
{
|
||||||
|
contextclose = true;
|
||||||
Close();
|
Close();
|
||||||
}));
|
}));
|
||||||
}
|
}
|
||||||
@ -2426,6 +2427,7 @@ Properties.Resources.DS4Update, MessageBoxButtons.YesNo, MessageBoxIcon.Question
|
|||||||
{
|
{
|
||||||
this.BeginInvoke((System.Action)(() =>
|
this.BeginInvoke((System.Action)(() =>
|
||||||
{
|
{
|
||||||
|
contextclose = true;
|
||||||
Close();
|
Close();
|
||||||
}));
|
}));
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user