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 {