mirror of
https://github.com/cemu-project/DS4Windows.git
synced 2024-11-22 17:29:18 +01:00
Fixed panel visibility for a blank profile
This commit is contained in:
parent
cf656582a5
commit
c3f2819c14
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user