mirror of
https://github.com/bloxstraplabs/bloxstrap.git
synced 2025-04-21 10:01:27 -07:00
parent
ee88908940
commit
375738fe70
@ -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
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user