diff --git a/DS4Windows/DS4Forms/Options.cs b/DS4Windows/DS4Forms/Options.cs index 249a496..0bc16f4 100644 --- a/DS4Windows/DS4Forms/Options.cs +++ b/DS4Windows/DS4Forms/Options.cs @@ -616,7 +616,7 @@ namespace DS4Windows { cBFlashType.SelectedIndex = 0; cBWhileCharging.SelectedIndex = 0; - btPollRateComboBox.SelectedIndex = 0; + btPollRateComboBox.SelectedIndex = 4; lsOutCurveComboBox.SelectedIndex = 0; rsOutCurveComboBox.SelectedIndex = 0; rBTPMouse.Checked = true;