mirror of
https://github.com/cemu-project/DS4Windows.git
synced 2024-11-22 17:29:18 +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)(() =>
|
||||
{
|
||||
contextclose = true;
|
||||
Close();
|
||||
}));
|
||||
}
|
||||
@ -2426,6 +2427,7 @@ Properties.Resources.DS4Update, MessageBoxButtons.YesNo, MessageBoxIcon.Question
|
||||
{
|
||||
this.BeginInvoke((System.Action)(() =>
|
||||
{
|
||||
contextclose = true;
|
||||
Close();
|
||||
}));
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user