Skip to content

Commit

Permalink
Added diagnostics options (3/3)
Browse files Browse the repository at this point in the history
Open logs button
  • Loading branch information
Assistant committed Dec 19, 2019
1 parent b5637cb commit bb9aa5b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ModAssistant/Pages/Options.xaml.cs
Original file line number Diff line number Diff line change
Expand Up @@ -151,7 +151,7 @@ private void SelectInstalled_Unchecked(object sender, RoutedEventArgs e)

private void OpenLogsDirButton_Click(object sender, RoutedEventArgs e)
{
//
System.Diagnostics.Process.Start(Path.Combine(InstallDirectory, "Logs"));
}

private async void YeetBSIPAButton_Click(object sender, RoutedEventArgs e)
Expand Down

0 comments on commit bb9aa5b

Please sign in to comment.