Make sure to display proper max mouse speed when creating a new profile

This commit is contained in:
Travis Nickles 2020-03-05 15:25:49 -06:00
parent e980cb911c
commit c7f9ae2cec

View File

@ -1917,6 +1917,7 @@ namespace DS4WinWPF.DS4Forms.ViewModels
tempControllerIndex = ControllerTypeIndex;
Global.outDevTypeTemp[device] = Global.OutContType[device];
tempBtPollRate = Global.BTPollRate[device];
outputMouseSpeed = CalculateOutputMouseSpeed(ButtonMouseSensitivity);
}
}
}