We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e3ad705 commit 59128c2Copy full SHA for 59128c2
Source/Core/VideoCommon/NetPlayChatUI.cpp
@@ -29,7 +29,7 @@ void NetPlayChatUI::Display()
29
ImVec2(DEFAULT_WINDOW_WIDTH * scale, DEFAULT_WINDOW_HEIGHT * scale),
30
ImGui::GetIO().DisplaySize);
31
32
- if (!ImGui::Begin("Chat", nullptr, ImGuiWindowFlags_None))
+ if (!ImGui::Begin("Chat (hide/show with <-/->)", nullptr, ImGuiWindowFlags_None))
33
{
34
ImGui::End();
35
return;
0 commit comments