mirror of
https://github.com/cemu-project/DS4Windows.git
synced 2024-11-26 19:14:20 +01:00
Changed options form check after clicking window close button
Related to issue #481.
This commit is contained in:
parent
5047dcf31f
commit
928ee3e76c
@ -2137,9 +2137,9 @@ Properties.Resources.DS4Update, MessageBoxButtons.YesNo, MessageBoxIcon.Question
|
||||
}
|
||||
|
||||
bool tempBool = false;
|
||||
protected void ScpForm_Closing(object sender, FormClosingEventArgs e)
|
||||
private void ScpForm_Closing(object sender, FormClosingEventArgs e)
|
||||
{
|
||||
if (opt != null && opt.Visible)
|
||||
if (optPop)
|
||||
{
|
||||
opt.Close();
|
||||
e.Cancel = true;
|
||||
|
Loading…
Reference in New Issue
Block a user