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