mirror of
https://github.com/Mr-X-GTA/YimMenu.git
synced 2025-07-01 20:12:50 +08:00
feat(Outfit Editor): Add [+] & [-] buttons (#1441)
* And other general UI improvements
This commit is contained in:
@ -82,6 +82,8 @@ namespace big
|
||||
g_notification_service->push_error("Find safe pos", "Failed to find a safe position");
|
||||
});
|
||||
|
||||
ImGui::Checkbox("ImGui Demo", &g.window.demo);
|
||||
|
||||
components::command_button<"fastquit">();
|
||||
|
||||
if (ImGui::TreeNode("ADDRESSES"_T.data()))
|
||||
|
Reference in New Issue
Block a user