fix bloxstrap never closing if another menu is open

This commit is contained in:
bluepilledgreat 2024-10-24 19:22:37 +01:00
parent 60beb1100f
commit d9f58aa04f

View File

@ -157,6 +157,8 @@ namespace Bloxstrap
if (process is not null)
PInvoke.SetForegroundWindow((HWND)process.MainWindowHandle);
App.Terminate();
}
}