diff --git a/DS4Windows/DS4Forms/DS4Form.cs b/DS4Windows/DS4Forms/DS4Form.cs index 1f84e2a..430016d 100644 --- a/DS4Windows/DS4Forms/DS4Form.cs +++ b/DS4Windows/DS4Forms/DS4Form.cs @@ -1383,7 +1383,7 @@ Properties.Resources.DS4Update, MessageBoxButtons.YesNo, MessageBoxIcon.Question } Batteries[Index].Text = Program.rootHub.getDS4Battery(Index); - int profileIndex = cbs[Index].FindString(ProfilePath[Index]); + int profileIndex = cbs[Index].FindStringExact(ProfilePath[Index]); if (profileIndex >= 0) { cbs[Index].SelectedValueChanged -= Profile_Changed;