diff --git a/Bloxstrap/LaunchHandler.cs b/Bloxstrap/LaunchHandler.cs index 35739fd..cfd1a29 100644 --- a/Bloxstrap/LaunchHandler.cs +++ b/Bloxstrap/LaunchHandler.cs @@ -157,6 +157,8 @@ namespace Bloxstrap if (process is not null) PInvoke.SetForegroundWindow((HWND)process.MainWindowHandle); + + App.Terminate(); } }