Hi, i currently use CSGOSIMPLE base and trying to work on it, i thought about adding popup when trying to save current config and i came up with this
if (ImGui::Button("Save"))
{
if (ImGui::BeginPopup("WARNING", ImGuiWindowFlags_AlwaysAutoResize))
{...