fix Active Feature status not updating when uncheking selected teleport.

This commit is contained in:
HarrySilan 2022-06-21 13:18:56 +08:00
parent 48f75d168f
commit b8ffcb6c9d

View File

@ -227,6 +227,7 @@ namespace cheat::feature
else {
checkedIndices.insert(index);
}
UpdateIndexName();
}
ImGui::SameLine();
if (ImGui::Button(("TP##Button" + std::to_string(index)).c_str()))