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