void yep_run()
{
{
static LPDIRECT3DTEXTURE9 _image;
for (static auto i = 0; i < 1; _image = c_menu::get().steam_image(), i++);
child_title(crypt_str("Welcome"));
tab_start();
ImGui::BeginChild(crypt_str("##WelcomeChild"), ImVec2(686 * c_menu::get().dpi_scale, (c_menu::get().child_height - 35) * c_menu::get().dpi_scale));
{
//write something
ImGui::image(_image, ImVec2(128, 128)); ImGui::SameLine(); ImGui::Text(g_ctx.username.c_str());
}
ImGui::EndChild();
ImGui:: SetWindowFontScale(c_menu::get().dpi_scale);