mirror of
https://github.com/Mr-X-GTA/YimMenu.git
synced 2025-06-30 19:43:06 +08:00
feat(Outfit Editor): Add [+] & [-] buttons (#1441)
* And other general UI improvements
This commit is contained in:
@ -6,7 +6,7 @@ namespace big
|
||||
{
|
||||
ImGui::BeginGroup();
|
||||
components::sub_title("Vehicle");
|
||||
if (ImGui::ListBoxHeader("##veh", get_listbox_dimensions()))
|
||||
if (ImGui::BeginListBox("##veh", get_listbox_dimensions()))
|
||||
{
|
||||
components::player_command_button<"vehkick">(g_player_service->get_selected(), {});
|
||||
ImGui::SameLine();
|
||||
@ -42,7 +42,7 @@ namespace big
|
||||
|
||||
components::player_command_button<"rcplayer">(g_player_service->get_selected());
|
||||
|
||||
ImGui::ListBoxFooter();
|
||||
ImGui::EndListBox();
|
||||
}
|
||||
ImGui::EndGroup();
|
||||
}
|
||||
|
Reference in New Issue
Block a user