diff --git a/src/Ui.cpp b/src/Ui.cpp index db2cfc8..c81d1ed 100644 --- a/src/Ui.cpp +++ b/src/Ui.cpp @@ -576,7 +576,7 @@ void Ui::RadioButtonAddress(const char* label, std::vector &named_m state = false; } - if (ImGui::RadioButton("None", state)) + if (ImGui::RadioButton((std::string("None##") + label).c_str(), state)) { for (size_t i = 0; i < named_mem.size(); i++) patch::Set(named_mem[i].addr, false);