fix bloxstrap never closing if another menu is open (#3453)

This commit is contained in:
Matt 2024-10-24 20:23:58 +01:00 committed by GitHub
parent 60beb1100f
commit 4998fcd72d
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

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