Skip to content
Permalink
Browse files
Merge pull request #11471 from MayImilae/dont-update-titlebar-with-os…
…d-messages

Don't Write OSD Messages to the Titlebar
  • Loading branch information
AdmiralCurtiss committed Jan 23, 2023
2 parents 0eb984f + 9df1f02 commit 8032a71
Showing 1 changed file with 0 additions and 1 deletion.
@@ -180,7 +180,6 @@ void DisplayMessage(std::string message, int time_in_ms)
if (!std::all_of(message.begin(), message.end(), IsPrintableCharacter))
return;

Host_UpdateTitle(message);
OSD::AddMessage(std::move(message), time_in_ms);
}

0 comments on commit 8032a71

Please sign in to comment.