mirror of
https://github.com/cemu-project/DS4Windows.git
synced 2025-01-13 16:49:08 +01:00
Fixed non-visible gyro panel problem on new profile
This commit is contained in:
parent
7147f03696
commit
9a5d4c1f63
@ -1691,9 +1691,9 @@ namespace DS4Windows.Forms
|
||||
calculateProfileActionDicts(device);
|
||||
cacheProfileCustomsFlags(device);
|
||||
pnlTPMouse.Visible = rBTPMouse.Checked;
|
||||
pnlSAMouse.Visible = false;
|
||||
fLPTiltControls.Visible = false;
|
||||
gyroMouseJoyFLP.Visible = false;
|
||||
//pnlSAMouse.Visible = false;
|
||||
//fLPTiltControls.Visible = false;
|
||||
//gyroMouseJoyFLP.Visible = false;
|
||||
fLPTouchSwipe.Visible = rBTPControls.Checked;
|
||||
TrackballMode[device] = trackballCk.Checked;
|
||||
TrackballFriction[device] = (double)trackFrictionNUD.Value;
|
||||
|
Loading…
x
Reference in New Issue
Block a user