From d4d4636e8d479148083c580b077d0ac42569e5b7 Mon Sep 17 00:00:00 2001 From: pizzaboxer Date: Wed, 2 Oct 2024 01:25:31 +0100 Subject: [PATCH] Add report button to exception dialog --- Bloxstrap/Resources/Strings.Designer.cs | 9 +++++++++ Bloxstrap/Resources/Strings.resx | 3 +++ Bloxstrap/UI/Elements/Dialogs/ExceptionDialog.xaml | 3 ++- Bloxstrap/UI/Elements/Dialogs/ExceptionDialog.xaml.cs | 1 + 4 files changed, 15 insertions(+), 1 deletion(-) diff --git a/Bloxstrap/Resources/Strings.Designer.cs b/Bloxstrap/Resources/Strings.Designer.cs index 2fa2920..1d32a87 100644 --- a/Bloxstrap/Resources/Strings.Designer.cs +++ b/Bloxstrap/Resources/Strings.Designer.cs @@ -983,6 +983,15 @@ namespace Bloxstrap.Resources { } } + /// + /// Looks up a localized string similar to Report exception. + /// + public static string Dialog_Exception_Report { + get { + return ResourceManager.GetString("Dialog.Exception.Report", resourceCulture); + } + } + /// /// Looks up a localized string similar to Bloxstrap Exception. /// diff --git a/Bloxstrap/Resources/Strings.resx b/Bloxstrap/Resources/Strings.resx index 822651b..e7be39f 100644 --- a/Bloxstrap/Resources/Strings.resx +++ b/Bloxstrap/Resources/Strings.resx @@ -1234,4 +1234,7 @@ Please manually delete Bloxstrap.exe from the install location or try restarting Reset everything to defaults + + Report exception + \ No newline at end of file diff --git a/Bloxstrap/UI/Elements/Dialogs/ExceptionDialog.xaml b/Bloxstrap/UI/Elements/Dialogs/ExceptionDialog.xaml index 59ee1bc..1debcfd 100644 --- a/Bloxstrap/UI/Elements/Dialogs/ExceptionDialog.xaml +++ b/Bloxstrap/UI/Elements/Dialogs/ExceptionDialog.xaml @@ -41,7 +41,8 @@ -