From 375738fe7010210d754416d36c74eb0840ee6b5d Mon Sep 17 00:00:00 2001 From: bluepilledgreat <97983689+bluepilledgreat@users.noreply.github.com> Date: Wed, 7 Feb 2024 15:00:22 +0000 Subject: [PATCH] Revert "add log and quiet check" This reverts commit ee8890894001a83f05ffa20b855c1831166a321f. --- Bloxstrap/App.xaml.cs | 11 ++++------- 1 file changed, 4 insertions(+), 7 deletions(-) diff --git a/Bloxstrap/App.xaml.cs b/Bloxstrap/App.xaml.cs index b27d21a..e7a8f83 100644 --- a/Bloxstrap/App.xaml.cs +++ b/Bloxstrap/App.xaml.cs @@ -171,13 +171,10 @@ namespace Bloxstrap if (!menuLock.IsAcquired) { - Logger.WriteLine(LOG_IDENT, "Could not acquire menu mutex"); - - if (!LaunchSettings.IsQuiet) - Frontend.ShowMessageBox( - Bloxstrap.Resources.Strings.Menu_MenuAlreadyRunning, - MessageBoxImage.Error - ); + Frontend.ShowMessageBox( + Bloxstrap.Resources.Strings.Menu_MenuAlreadyRunning, + MessageBoxImage.Error + ); } else {