mirror of
https://github.com/bloxstraplabs/bloxstrap.git
synced 2025-04-16 02:01:29 -07:00
fix bloxstrap never closing if another menu is open (#3453)
This commit is contained in:
parent
60beb1100f
commit
4998fcd72d
@ -157,6 +157,8 @@ namespace Bloxstrap
|
||||
|
||||
if (process is not null)
|
||||
PInvoke.SetForegroundWindow((HWND)process.MainWindowHandle);
|
||||
|
||||
App.Terminate();
|
||||
}
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user