mirror of
https://github.com/cemu-project/DS4Windows.git
synced 2024-11-26 19:14:20 +01:00
Minor tweak
This commit is contained in:
parent
3353b803c3
commit
30a7e3b2c0
@ -1671,9 +1671,8 @@ namespace DS4Windows
|
||||
inputtimer.Stop();
|
||||
sixaxisTimer.Stop();
|
||||
root.OptionsClosed();
|
||||
lVActions.ItemCheck -= this.lVActions_ItemCheck;
|
||||
Visible = false;
|
||||
e.Cancel = true;
|
||||
e.Cancel = false;
|
||||
}
|
||||
|
||||
private void cBSlide_CheckedChanged(object sender, EventArgs e)
|
||||
|
Loading…
Reference in New Issue
Block a user