mirror of
https://github.com/Mr-X-GTA/YimMenu.git
synced 2025-01-09 02:43:38 +08:00
feat(TopBar): Fastest quit in the west
This commit is contained in:
parent
9ecffc7d68
commit
43f8ecef58
@ -68,7 +68,9 @@ namespace big
|
||||
|
||||
if (ImGui::MenuItem("Rage Quit (hard crash)"))
|
||||
{
|
||||
__debugbreak();
|
||||
g_running = false;
|
||||
|
||||
TerminateProcess(GetCurrentProcess(), 0);
|
||||
}
|
||||
|
||||
ImGui::EndMenu();
|
||||
|
Loading…
x
Reference in New Issue
Block a user