Skip to content

Commit

Permalink
Update Form1.cs
Browse files Browse the repository at this point in the history
  • Loading branch information
Asiern committed Mar 25, 2019
1 parent f044637 commit fbc717f
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions Source/Sekiro Save Organizer/Sekiro Save Organizer/Form1.cs
Original file line number Diff line number Diff line change
Expand Up @@ -217,6 +217,11 @@ private void button8_Click(object sender, EventArgs e)
{
comboBox1.Items.Clear();
LoadComboBox();
try
{
comboBox1.SelectedIndex = 0;
}
catch { }
}

//Hot Keys
Expand Down

0 comments on commit fbc717f

Please sign in to comment.