Clear message that chat is disabled when user enabled it in options
This commit is contained in:
parent
7062245d88
commit
548a946de8
@ -212,6 +212,7 @@ void NetworkingLobby::init()
|
|||||||
if (UserConfigParams::m_lobby_chat)
|
if (UserConfigParams::m_lobby_chat)
|
||||||
{
|
{
|
||||||
m_chat_box->addListener(this);
|
m_chat_box->addListener(this);
|
||||||
|
m_chat_box->setText("");
|
||||||
getWidget("chat")->setVisible(true);
|
getWidget("chat")->setVisible(true);
|
||||||
getWidget("chat")->setActive(true);
|
getWidget("chat")->setActive(true);
|
||||||
getWidget("send")->setVisible(true);
|
getWidget("send")->setVisible(true);
|
||||||
|
Loading…
x
Reference in New Issue
Block a user