Fix display of 'hw stats' when internet gets enabled in the option:
it was actually showing the state of the 'chat', not 'hw-stats'.
This commit is contained in:
parent
f387d95627
commit
507d5d89e9
@ -177,7 +177,7 @@ void OptionsScreenGeneral::eventCallback(Widget* widget, const std::string& name
|
||||
stats_label->setVisible(true);
|
||||
stats->setState(UserConfigParams::m_hw_report_enable);
|
||||
chat->setVisible(true);
|
||||
stats->setState(UserConfigParams::m_lobby_chat);
|
||||
chat->setState(UserConfigParams::m_lobby_chat);
|
||||
chat_label->setVisible(true);
|
||||
}
|
||||
else
|
||||
|
Loading…
x
Reference in New Issue
Block a user