feat(Outfit Editor): Add [+] & [-] buttons (#1441)

* And other general UI improvements
This commit is contained in:
tupoy-ya
2023-06-23 13:44:06 +05:00
committed by GitHub
parent ef86872235
commit e0bd043588
28 changed files with 415 additions and 381 deletions

View File

@ -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()))