feat: add ragequit option + hotkey (#925)

This commit is contained in:
Johann
2023-02-01 19:48:50 +01:00
committed by GitHub
parent 360f05c9c7
commit 99c9d94400
5 changed files with 23 additions and 1 deletions

View File

@ -50,6 +50,8 @@ namespace big
if (ImGui::IsItemHovered())
ImGui::SetTooltip("You Will Have To Refresh Again When Exiting Interior.\n SPAMMING WILL CRASH GAME");
components::command_button<"fastquit">();
ImGui::EndTabItem();
}
}