Minor tweak

This commit is contained in:
Travis Nickles 2019-07-29 01:13:43 -05:00
parent 1f66d984cd
commit 7e18f0d45c

View File

@ -673,7 +673,6 @@ namespace DS4Windows.Forms
btnStartStop.Enabled = false; btnStartStop.Enabled = false;
})); }));
changingService = false; changingService = false;
//this.Invoke((System.Action)(() => BtnStartStop_Clicked()));
wasrunning = true; wasrunning = true;
} }