Fixed panel visibility for a blank profile

This commit is contained in:
Travis Nickles 2019-08-25 15:41:13 -05:00
parent cf656582a5
commit c3f2819c14

View File

@ -944,6 +944,9 @@ namespace DS4Windows.Forms
OutContTypeCb.SelectedIndex = 0;
gyroOutputMode.SelectedIndex = 0;
pnlSAMouse.Visible = false;
fLPTiltControls.Visible = true;
gyroMouseJoyFLP.Visible = false;
gyroMStickTrigBehaveCk.Checked = true;
gyroMouseStickEvalCombo.SelectedIndex = 0;
gyroMouseStickDZ.Value = 30;