patterns: Updated pattern language

This commit is contained in:
WerWolv
2022-08-01 12:46:45 +02:00
parent 763f15fa36
commit 64f962dbb2
2 changed files with 2 additions and 2 deletions

View File

@@ -459,7 +459,7 @@ namespace hex::plugin::builtin {
continue;
}
if (ImGui::Selectable(message.c_str()))
if (ImGui::Selectable(hex::format("{}##ConsoleLine", message).c_str()))
ImGui::SetClipboardText(message.c_str());
ImGui::PopStyleColor();