mirror of
https://github.com/Mr-X-GTA/YimMenu.git
synced 2025-07-15 23:07:59 +08:00
feat(Outfit Editor): Add [+] & [-] buttons (#1441)
* And other general UI improvements
This commit is contained in:
@ -40,7 +40,8 @@ namespace big
|
||||
// can't easily get used item count using pools, so keeping replay interface for now
|
||||
if (auto replay_interface = *g_pointers->m_gta.m_replay_interface; g.window.ingame_overlay.show_replay_interface)
|
||||
{
|
||||
ImGui::Separator();
|
||||
if (replay_interface->m_ped_interface || replay_interface->m_vehicle_interface || replay_interface->m_object_interface)
|
||||
ImGui::Separator();
|
||||
|
||||
if (replay_interface->m_ped_interface)
|
||||
ImGui::Text(std::format("Ped Pool: {}/{}",
|
||||
|
@ -10,5 +10,8 @@ namespace big
|
||||
view::active_view();
|
||||
|
||||
debug::main();
|
||||
|
||||
if (g.window.demo) // It is not the YimMenu way.
|
||||
ImGui::ShowDemoWindow(&g.window.demo);
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user