chore: Replace ImGui::InputText with components::input_text (#869)
Fixes #862
This commit is contained in:
@ -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", []
|
||||
{
|
||||
|
Reference in New Issue
Block a user