diff --git a/ChatTwo/Ui/ChatLog.cs b/ChatTwo/Ui/ChatLog.cs index e8332ff..d1fe6ef 100755 --- a/ChatTwo/Ui/ChatLog.cs +++ b/ChatTwo/Ui/ChatLog.cs @@ -992,7 +992,7 @@ internal sealed class ChatLog : IUiComponent { for (var i = clipper.DisplayStart; i < clipper.DisplayEnd; i++) { var entry = this._autoCompleteList[i]; - if (!ImGui.Selectable(entry.String)) { + if (!ImGui.Selectable($"{entry.String}##{entry.Group}/{entry.Row}")) { continue; }