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)
|
if (!menuLock.IsAcquired)
|
||||||
{
|
{
|
||||||
Logger.WriteLine(LOG_IDENT, "Could not acquire menu mutex");
|
Frontend.ShowMessageBox(
|
||||||
|
Bloxstrap.Resources.Strings.Menu_MenuAlreadyRunning,
|
||||||
if (!LaunchSettings.IsQuiet)
|
MessageBoxImage.Error
|
||||||
Frontend.ShowMessageBox(
|
);
|
||||||
Bloxstrap.Resources.Strings.Menu_MenuAlreadyRunning,
|
|
||||||
MessageBoxImage.Error
|
|
||||||
);
|
|
||||||
}
|
}
|
||||||
else
|
else
|
||||||
{
|
{
|
||||||
|
Loading…
Reference in New Issue
Block a user