diff --git a/Bloxstrap/App.xaml.cs b/Bloxstrap/App.xaml.cs index cd8399a..b78f049 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) {