mirror of
https://github.com/bloxstraplabs/bloxstrap.git
synced 2025-04-21 10:01:27 -07:00
add log and quiet check
This commit is contained in:
parent
d7966f4385
commit
ee88908940
@ -171,10 +171,13 @@ namespace Bloxstrap
|
|||||||
|
|
||||||
if (!menuLock.IsAcquired)
|
if (!menuLock.IsAcquired)
|
||||||
{
|
{
|
||||||
Frontend.ShowMessageBox(
|
Logger.WriteLine(LOG_IDENT, "Could not acquire menu mutex");
|
||||||
Bloxstrap.Resources.Strings.Menu_MenuAlreadyRunning,
|
|
||||||
MessageBoxImage.Error
|
if (!LaunchSettings.IsQuiet)
|
||||||
);
|
Frontend.ShowMessageBox(
|
||||||
|
Bloxstrap.Resources.Strings.Menu_MenuAlreadyRunning,
|
||||||
|
MessageBoxImage.Error
|
||||||
|
);
|
||||||
}
|
}
|
||||||
else
|
else
|
||||||
{
|
{
|
||||||
|
Loading…
Reference in New Issue
Block a user