|
@@ -293,8 +293,8 @@ public partial class MessageWindow : Window, INotifyPropertyChanged
|
|
|
.Message(message ?? exception.Message)
|
|
|
.Title(title)
|
|
|
.Details(CoreUtils.FormatException(exception))
|
|
|
- .Image(image ?? _warning)
|
|
|
- .AddButton(new MessageWindowButton("Show Logs", ShowLogs_Click, MessageWindowButtonPosition.Left));
|
|
|
+ .Image(image ?? _warning);
|
|
|
+ // .AddButton(new MessageWindowButton("Show Logs", ShowLogs_Click, MessageWindowButtonPosition.Left));
|
|
|
|
|
|
var showDetailsButton = new MessageWindowButton("Show Details", (win, button) =>
|
|
|
{
|