feat(TopBar): Fastest quit in the west
This commit is contained in:
parent
d97f7cb6aa
commit
b2a305027f
@ -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