diff --git a/Bloxstrap/App.xaml.cs b/Bloxstrap/App.xaml.cs index 1d8b23c..7641a05 100644 --- a/Bloxstrap/App.xaml.cs +++ b/Bloxstrap/App.xaml.cs @@ -51,7 +51,9 @@ namespace Bloxstrap ) ); +#if RELEASE private static bool _showingExceptionDialog = false; +#endif public static void Terminate(ErrorCode exitCode = ErrorCode.ERROR_SUCCESS) {