Skip to content

Commit

Permalink
Update open settings button
Browse files Browse the repository at this point in the history
saving corrent settings before open folder.
  • Loading branch information
hrntsm committed May 26, 2022
1 parent 1a426ca commit c5343d8
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Tunny/UI/OptimizationWindow.cs
Original file line number Diff line number Diff line change
Expand Up @@ -283,6 +283,7 @@ private void SettingsToJson_Click(object sender, EventArgs e)

private void SettingsFolderOpen_Click(object sender, EventArgs e)
{
SaveUIValues();
Process.Start("EXPLORER.EXE", _component.GhInOut.ComponentFolder);
}
}
Expand Down

0 comments on commit c5343d8

Please sign in to comment.