mirror of
https://github.com/Mr-X-GTA/YimMenu.git
synced 2025-06-23 01:02:23 +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)"))
|
if (ImGui::MenuItem("Rage Quit (hard crash)"))
|
||||||
{
|
{
|
||||||
__debugbreak();
|
g_running = false;
|
||||||
|
|
||||||
|
TerminateProcess(GetCurrentProcess(), 0);
|
||||||
}
|
}
|
||||||
|
|
||||||
ImGui::EndMenu();
|
ImGui::EndMenu();
|
||||||
|
Reference in New Issue
Block a user