mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-03-06 21:00:21 +01:00
Merge pull request #11471 from MayImilae/dont-update-titlebar-with-osd-messages
Don't Write OSD Messages to the Titlebar
This commit is contained in:
commit
8032a71c4c
1 changed files with 0 additions and 1 deletions
|
@ -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);
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue