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