diff --git a/Bloxstrap/App.xaml.cs b/Bloxstrap/App.xaml.cs index 4f3a520..1fcd9f7 100644 --- a/Bloxstrap/App.xaml.cs +++ b/Bloxstrap/App.xaml.cs @@ -286,7 +286,7 @@ namespace Bloxstrap Mutex? singletonMutex = null; - if (Settings.Prop.MultiInstanceLaunching) + if (Settings.Prop.MultiInstanceLaunching && !isStudioLaunch) { Logger.WriteLine(LOG_IDENT, "Creating singleton mutex");