mirror of
https://github.com/Mr-X-GTA/YimMenu.git
synced 2025-06-23 01:02:23 +08:00
feat(TopBar): Better and faster rage quit
This commit is contained in:
@ -67,7 +67,7 @@ namespace big
|
||||
|
||||
if (ImGui::MenuItem("Rage Quit (hard crash)"))
|
||||
{
|
||||
exit(0);
|
||||
__debugbreak();
|
||||
}
|
||||
|
||||
ImGui::EndMenu();
|
||||
|
Reference in New Issue
Block a user