FEAT: Auto jump in settings (again)

This commit is contained in:
2026-03-21 16:03:51 +02:00
parent fd3ee23e4e
commit 6e0615c0bc
4 changed files with 4 additions and 4 deletions

View File

@@ -349,7 +349,7 @@ void Gui::setNowPlaying(const std::string& string) {
void Gui::displayClientMessage(const std::string& messageId) {
//Language language = Language.getInstance();
//std::string languageString = language.getElement(messageId);
addMessage(std::string("Client message: ") + messageId);
addMessage(messageId);
}
void Gui::renderVignette(float br, int w, int h) {