diff --git a/Source/Core/VideoCommon/NetPlayChatUI.cpp b/Source/Core/VideoCommon/NetPlayChatUI.cpp index c9db29af6412..c1217d041d8b 100644 --- a/Source/Core/VideoCommon/NetPlayChatUI.cpp +++ b/Source/Core/VideoCommon/NetPlayChatUI.cpp @@ -57,7 +57,7 @@ void NetPlayChatUI::Display() ImGui::PushItemWidth(-50.0f * scale); - if (ImGui::InputText("", m_message_buf, IM_ARRAYSIZE(m_message_buf), + if (ImGui::InputText("##NetplayMessageBuffer", m_message_buf, IM_ARRAYSIZE(m_message_buf), ImGuiInputTextFlags_EnterReturnsTrue)) { SendMessage();