Skip to content

Commit

Permalink
2021-07-23_00
Browse files Browse the repository at this point in the history
  • Loading branch information
TCNOco committed Jul 23, 2021
1 parent 4ea0e4d commit 602fc53
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion TcNo-Acc-Switcher-Client/App.xaml.cs
Original file line number Diff line number Diff line change
Expand Up @@ -208,7 +208,7 @@ protected override async void OnStartup(StartupEventArgs e)
lastError = lastError.Skip(1).ToArray();
// TODO: Work in progress:
//ShowErrorMessage("Error from last crash", "Last error message:" + Environment.NewLine + string.Join(Environment.NewLine, lastError));
MessageBox.Show("Error from last crash", "Last error message:" + Environment.NewLine + string.Join(Environment.NewLine, lastError));
MessageBox.Show("Last error message:" + Environment.NewLine + string.Join(Environment.NewLine, lastError), "Error from last crash", MessageBoxButton.OK, MessageBoxImage.Error, MessageBoxResult.OK);
File.Delete("LastError.txt");
}
}
Expand Down

0 comments on commit 602fc53

Please sign in to comment.