feat(TopBar): Fastest quit in the west

This commit is contained in:
Yimura 2022-02-27 22:48:34 +01:00
parent d97f7cb6aa
commit b2a305027f
No known key found for this signature in database
GPG Key ID: 3D8FF4397E768682

View File

@ -68,7 +68,9 @@ namespace big
if (ImGui::MenuItem("Rage Quit (hard crash)"))
{
__debugbreak();
g_running = false;
TerminateProcess(GetCurrentProcess(), 0);
}
ImGui::EndMenu();