chore: Replace ImGui::InputText with components::input_text (#869)

Fixes #862
This commit is contained in:
TheGreenBandit
2023-01-16 15:58:57 -05:00
committed by GitHub
parent 7433b0a69f
commit 61f125901e
6 changed files with 27 additions and 13 deletions

View File

@ -77,7 +77,7 @@ namespace big
ImGui::Separator();
static char job_link[69]{};
ImGui::InputText("SocialClub Job Link", job_link, sizeof(job_link));
components::input_text("SocialClub Job Link", job_link, sizeof(job_link));
components::button("Import", []
{