Skip to content

Commit 59128c2

Browse files
committed
Add show/hide hotkey notice to chat window
1 parent e3ad705 commit 59128c2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Source/Core/VideoCommon/NetPlayChatUI.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ void NetPlayChatUI::Display()
2929
ImVec2(DEFAULT_WINDOW_WIDTH * scale, DEFAULT_WINDOW_HEIGHT * scale),
3030
ImGui::GetIO().DisplaySize);
3131

32-
if (!ImGui::Begin("Chat", nullptr, ImGuiWindowFlags_None))
32+
if (!ImGui::Begin("Chat (hide/show with <-/->)", nullptr, ImGuiWindowFlags_None))
3333
{
3434
ImGui::End();
3535
return;

0 commit comments

Comments
 (0)